diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-05-29 12:35:16 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-05-29 12:35:16 +0200 |
| commit | b2a0aaef09b83c7e198048f60bde31430fd3c5b3 (patch) | |
| tree | 98bedb1a8e02d0af248bcbe1cbea0c17ce3b945f /gui/include | |
| parent | 4e555fdbda6b9f5ea6c3dc29e16b992a0fe6e556 (diff) | |
| download | turns-b2a0aaef09b83c7e198048f60bde31430fd3c5b3.tar.xz turns-b2a0aaef09b83c7e198048f60bde31430fd3c5b3.zip | |
gui: reintroduce message tests
Diffstat (limited to 'gui/include')
| -rw-r--r-- | gui/include/messages.hpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gui/include/messages.hpp b/gui/include/messages.hpp index e29580b..9b8c315 100644 --- a/gui/include/messages.hpp +++ b/gui/include/messages.hpp @@ -3,10 +3,10 @@ * SPDX-License-Identifier: LGPL-2.1-only */ -#ifndef TURNS_LANG_MESSAGES_HPP -#define TURNS_LANG_MESSAGES_HPP +#ifndef TURNS_MESSAGES_HPP +#define TURNS_MESSAGES_HPP -namespace turns::lang +namespace Turns::messages { auto constexpr static add_participant = "Add participant"; auto constexpr static cancel = "Cancel"; @@ -49,6 +49,6 @@ namespace turns::lang auto constexpr static successfully_saved_format = "Successfully saved '{}'"; auto constexpr static turns = "Turns"; auto constexpr static turns_files = "Turns Files"; -} // namespace turns::lang +} // namespace Turns::messages #endif
\ No newline at end of file |
