Project

General

Profile

Bug #578 » 0074-Fix-TRANS-comment-choosen-typo.patch

main, S3_2 - Marko Lindqvist, 05/09/2024 07:03 PM

View differences:

client/gui-qt/citydlg.cpp
painter.fillRect(0, 0, zoomed_pixmap.width(), zoomed_pixmap.height(),
QBrush(QColor(60, 60 , 60 , 110)));
painter.setPen(QColor(255, 255, 255));
// TRANS: %1 is custom string choosen by player.
// TRANS: %1 is a custom string chosen by player.
str = QString(_("Governor %1"))
.arg(cmafec_get_short_descr_of_city(mcity));
painter.drawText(5, zoomed_pixmap.height() - 10, str);
(1-1/2)