summaryrefslogtreecommitdiff
path: root/lang/include/turns
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2024-07-15 01:17:59 +0200
committerFelix Morgner <felix.morgner@gmail.com>2024-07-15 01:17:59 +0200
commitbcea0775a7a07738b3eec1b00cef618de84f3e41 (patch)
treea310a904fdaeccb28ae6c2ed9411277624ce763a /lang/include/turns
parentde13c3079992aeb5209c2c0f9d2cfc2042bea9fc (diff)
downloadturns-bcea0775a7a07738b3eec1b00cef618de84f3e41.tar.xz
turns-bcea0775a7a07738b3eec1b00cef618de84f3e41.zip
app/menu: prepare clear menu item
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 3d6b6f6..4a52945 100644
--- a/lang/include/turns/lang/messages.hpp
+++ b/lang/include/turns/lang/messages.hpp
@@ -4,6 +4,7 @@
namespace turns::lang
{
auto constexpr static add_participant = "Add participant";
+ auto constexpr static clear = "_Clear";
auto constexpr static disposition = "Disposition";
auto constexpr static delete_participant = "Delete participant";
auto constexpr static edit_participant = "Edit participant";