summaryrefslogtreecommitdiff
path: root/lang/include
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2024-07-13 20:55:31 +0200
committerFelix Morgner <felix.morgner@gmail.com>2024-07-13 20:55:31 +0200
commit3bb4bfe64683c9e68b7e89672ba5db59a0bd4ef6 (patch)
tree5c1b7b831429335ff4701ded7b07884b6269e6c8 /lang/include
parentc1f5e128f215260ef9bc02e4efafa5a5073cb309 (diff)
downloadturns-3bb4bfe64683c9e68b7e89672ba5db59a0bd4ef6.tar.xz
turns-3bb4bfe64683c9e68b7e89672ba5db59a0bd4ef6.zip
app/ui: add 'mark as defeated' tooltip
Diffstat (limited to 'lang/include')
-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 c7073cf..0b16648 100644
--- a/lang/include/turns/lang/messages.hpp
+++ b/lang/include/turns/lang/messages.hpp
@@ -18,6 +18,7 @@ namespace turns::lang
{
auto constexpr static add_a_participant = "Add a participant";
auto constexpr static main_menu = "Main Menu";
+ auto constexpr static mark_as_defeated = "Mark as defeated";
} // namespace tooltips
} // namespace turns::lang