Session GUI cleanup.

Remove a wrong space in a tooltip if the delete hotkey isn't set.

This was SVN commit r18641.
This commit is contained in:
elexis 2016-08-26 10:05:23 +00:00
parent 859dffd949
commit dfea781d71

View File

@ -1016,7 +1016,7 @@ var g_EntityCommands =
} : } :
{ {
"tooltip": "tooltip":
colorizeHotkey("%(hotkey)s", "session.kill") + " " + colorizeHotkey("%(hotkey)s" + " ", "session.kill") +
translate("Destroy the selected units or buildings.") + "\n" + translate("Destroy the selected units or buildings.") + "\n" +
colorizeHotkey( colorizeHotkey(
translate("Use %(hotkey)s to avoid the confirmation dialog."), translate("Use %(hotkey)s to avoid the confirmation dialog."),