diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-15 01:17:59 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-15 01:17:59 +0200 |
| commit | bcea0775a7a07738b3eec1b00cef618de84f3e41 (patch) | |
| tree | a310a904fdaeccb28ae6c2ed9411277624ce763a /lang/include | |
| parent | de13c3079992aeb5209c2c0f9d2cfc2042bea9fc (diff) | |
| download | turns-bcea0775a7a07738b3eec1b00cef618de84f3e41.tar.xz turns-bcea0775a7a07738b3eec1b00cef618de84f3e41.zip | |
app/menu: prepare clear menu item
Diffstat (limited to 'lang/include')
| -rw-r--r-- | lang/include/turns/lang/messages.hpp | 1 |
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"; |
