diff options
Diffstat (limited to 'gui/include/messages.hpp')
| -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 |
