diff options
Diffstat (limited to 'gui/src/participant_row.cpp')
| -rw-r--r-- | gui/src/participant_row.cpp | 2 |
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(), |
