From 38b1b395603c85770188284fe41eb3ccb0d557b8 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Fri, 25 Feb 2022 05:27:34 +0200 Subject: [PATCH 22/22] Qt: Mark "Start" button for last unready player for translation See osdn #43980 Signed-off-by: Marko Lindqvist --- client/gui-qt/pages.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/gui-qt/pages.cpp b/client/gui-qt/pages.cpp index 1cfbccb97b..15cb1197a1 100644 --- a/client/gui-qt/pages.cpp +++ b/client/gui-qt/pages.cpp @@ -1877,7 +1877,7 @@ void fc_client::update_buttons() } else { /* We are the last unready player so clicking here will * immediately start the game. */ - text = ("Start"); + text = _("Start"); } } } else { -- 2.34.1