From b2a0aaef09b83c7e198048f60bde31430fd3c5b3 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 29 May 2025 12:35:16 +0200 Subject: gui: reintroduce message tests --- gui/include/messages.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gui/include') 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 -- cgit v1.2.3