summaryrefslogtreecommitdiff
path: root/lang/include/turns
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2024-07-12 17:05:27 +0200
committerFelix Morgner <felix.morgner@gmail.com>2024-07-12 17:05:27 +0200
commit08bbb9cb615f0ecd0d041baacd7a024c1e30db5c (patch)
treeb85c4c8517829bd9900d33a4013a663315bb56a1 /lang/include/turns
parent8714470ebb41abec07e178abf4d4739dcd6087fb (diff)
downloadturns-08bbb9cb615f0ecd0d041baacd7a024c1e30db5c.tar.xz
turns-08bbb9cb615f0ecd0d041baacd7a024c1e30db5c.zip
app: add main menu button tooltip
Diffstat (limited to 'lang/include/turns')
-rw-r--r--lang/include/turns/lang/messages.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/include/turns/lang/messages.hpp b/lang/include/turns/lang/messages.hpp
index a6ff5ee..7973f15 100644
--- a/lang/include/turns/lang/messages.hpp
+++ b/lang/include/turns/lang/messages.hpp
@@ -17,6 +17,7 @@ namespace turns::lang
namespace tooltips
{
auto constexpr static add_a_participant = "Add a participant";
+ auto constexpr static main_menu = "Main Menu";
} // namespace tooltips
} // namespace turns::lang