fix whitespace

Again from commit 4e17d42679 (diff-89155afc5a0b890787b4bfa962f217d4R846)
This commit is contained in:
Chris Beck 2014-09-16 17:06:52 -04:00
parent c9247a6eb6
commit 6957a01b30

View File

@ -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_;
}