mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-28 00:18:37 +00:00
fix whitespace
Again from commit 4e17d42679 (diff-89155afc5a0b890787b4bfa962f217d4R846)
This commit is contained in:
parent
c9247a6eb6
commit
6957a01b30
@ -603,7 +603,7 @@ const std::string theme::action::tooltip(size_t index) const {
|
||||
result << hotkey::get_description(items_[index]);
|
||||
if (!hotkey::get_names(items_[index]).empty())
|
||||
result << "\n" << N_("Hotkey(s): ") << hotkey::get_names(items_[index]);
|
||||
result << "\n" << tooltip_;
|
||||
result << "\n" << tooltip_;
|
||||
} else {
|
||||
result << tooltip_;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user