Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Sep 16, 2014
1 parent 248aabf commit 4ae4d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme.cpp
Expand Up @@ -602,7 +602,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_;
}
Expand Down

0 comments on commit 4ae4d44

Please sign in to comment.