From 3ec04bbd2f1c0343ecdce763d6f3f3b24500273d Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sat, 12 Nov 2022 19:03:58 +0200 Subject: [PATCH 13/13] gtk3: Mark mapimg creation error dialog for translation See osdn #45989 Signed-off-by: Marko Lindqvist --- client/gui-gtk-3.0/pages.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/gui-gtk-3.0/pages.c b/client/gui-gtk-3.0/pages.c index e0e1808295..7d6bd030c9 100644 --- a/client/gui-gtk-3.0/pages.c +++ b/client/gui-gtk-3.0/pages.c @@ -3554,11 +3554,11 @@ void mapimg_client_save(const char *filename) char msg[512]; fc_snprintf(msg, sizeof(msg), "(%s)", mapimg_error()); - popup_notify_dialog("Error", "Error Creating the Map Image!", msg); + popup_notify_dialog(_("Error"), + _("Error Creating the Map Image!"), msg); } } - /**********************************************************************//** Set the list of available rulesets. The default ruleset should be "default", and if the user changes this then set_ruleset() should be -- 2.35.1