From bdc7b9339030fbc83aed3c03aed33915047cf6c1 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Tue, 29 Nov 2022 04:48:14 +0200 Subject: [PATCH 08/39] Qt: Fix comment referring to "top 5 cities" report Amount of the cities in "top cities" report is no longer hardcoded. See osdn #46142 Signed-off-by: Marko Lindqvist --- client/gui-qt/dialogs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/gui-qt/dialogs.h b/client/gui-qt/dialogs.h index 1614697ec0..9c0492f0f6 100644 --- a/client/gui-qt/dialogs.h +++ b/client/gui-qt/dialogs.h @@ -168,7 +168,7 @@ private: /*************************************************************************** Widget around map view to display informations like demographics report, - top 5 cities, traveler's report. + top cities, traveler's report. ***************************************************************************/ class notify_dialog:public fcwidget { -- 2.35.1