From d4b20b209e1c64ee714308d811189dca4cb98c32 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Wed, 12 Oct 2022 20:31:48 +0300 Subject: [PATCH 22/22] Turn "Trans:" comments to "TRANS:" So the tooling actually recognize them See osdn #45835 Signed-off-by: Marko Lindqvist --- client/gui-qt/ratesdlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/gui-qt/ratesdlg.cpp b/client/gui-qt/ratesdlg.cpp index 1aaa402bab..a7c7c5e9e9 100644 --- a/client/gui-qt/ratesdlg.cpp +++ b/client/gui-qt/ratesdlg.cpp @@ -62,7 +62,7 @@ tax_rates_dialog::tax_rates_dialog(QWidget *parent) max = 100; } - /* Trans: Government - max rate (of taxes) x% */ + // TRANS: Government - max rate (of taxes) x% str = QString(_("%1 - max rate: %2%")). arg(government_name_for_player(client.conn.playing), QString::number(max)); -- 2.35.1