diff options
Diffstat (limited to 'src/gui/windowmenu.cpp')
-rw-r--r-- | src/gui/windowmenu.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/windowmenu.cpp b/src/gui/windowmenu.cpp index b30306c3f..a4908d2a6 100644 --- a/src/gui/windowmenu.cpp +++ b/src/gui/windowmenu.cpp @@ -139,6 +139,10 @@ WindowMenu::WindowMenu(const Widget2 *const widget) : addButton(N_("OU"), // TRANSLATORS: full button name _("Outfits"), x, h, InputAction::WINDOW_OUTFIT, false); + // TRANSLATORS: short button name for updates window. + addButton(N_("UP"), + // TRANSLATORS: full button name + _("Updates"), x, h, InputAction::WINDOW_UPDATER, false); // TRANSLATORS: short button name for debug window. addButton(N_("DBG"), // TRANSLATORS: full button name |