diff options
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 9b8c315..b47cdc9 100644 --- a/gui/include/messages.hpp +++ b/gui/include/messages.hpp @@ -3,10 +3,10 @@ * SPDX-License-Identifier: LGPL-2.1-only */ -#ifndef TURNS_MESSAGES_HPP -#define TURNS_MESSAGES_HPP +#ifndef TURNS_GUI_MESSAGES_HPP +#define TURNS_GUI_MESSAGES_HPP -namespace Turns::messages +namespace Turns::gui::message { auto constexpr static add_participant = "Add participant"; auto constexpr static cancel = "Cancel"; @@ -49,6 +49,6 @@ namespace Turns::messages auto constexpr static successfully_saved_format = "Successfully saved '{}'"; auto constexpr static turns = "Turns"; auto constexpr static turns_files = "Turns Files"; -} // namespace Turns::messages +} // namespace Turns::gui::message #endif
\ No newline at end of file |
