summaryrefslogtreecommitdiff
path: root/src/gui/windowmenu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/windowmenu.cpp')
-rw-r--r--src/gui/windowmenu.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/windowmenu.cpp b/src/gui/windowmenu.cpp
index 7fc8be84c..9a48fec7c 100644
--- a/src/gui/windowmenu.cpp
+++ b/src/gui/windowmenu.cpp
@@ -148,6 +148,10 @@ WindowMenu::WindowMenu(const Widget2 *const widget) :
addButton(N_("BA"),
// TRANSLATORS: full button name
_("Bank"), x, h, InputAction::WINDOW_BANK, false);
+ // TRANSLATORS: short button name for mail window.
+ addButton(N_("MA"),
+ // TRANSLATORS: full button name
+ _("Mail"), x, h, InputAction::WINDOW_MAIL, false),
// TRANSLATORS: short button name for debug window.
addButton(N_("DBG"),
// TRANSLATORS: full button name