summaryrefslogtreecommitdiff
path: root/gui/src
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2025-05-30 11:48:19 +0200
committerFelix Morgner <felix.morgner@gmail.com>2025-05-30 11:49:39 +0200
commit85f0a9cc53e51106b7601b6ae10b5fb169613184 (patch)
tree73fa0e4b07405e22dfe4587fafc303d115aeb751 /gui/src
parentbfa30ed79cffee4f5c0d33b7fe7bd64581be3fdf (diff)
downloadturns-85f0a9cc53e51106b7601b6ae10b5fb169613184.tar.xz
turns-85f0a9cc53e51106b7601b6ae10b5fb169613184.zip
gui: move messages
Diffstat (limited to 'gui/src')
-rw-r--r--gui/src/participant_row.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/participant_row.cpp b/gui/src/participant_row.cpp
index 01cf1ed..52f0b69 100644
--- a/gui/src/participant_row.cpp
+++ b/gui/src/participant_row.cpp
@@ -97,7 +97,7 @@ namespace Turns::gui
Glib::Binding::bind_property(participant->property_priority(),
m_subtitle->property_label(),
Glib::Binding::Flags::SYNC_CREATE,
- [](auto n) { return std::vformat(_(messages::priority_number), std::make_format_args(n)); });
+ [](auto n) { return std::vformat(_(message::priority_number), std::make_format_args(n)); });
Glib::Binding::bind_property(participant->property_disposition(),
m_toggle_defeated->property_css_classes(),