From 6dafb02a1100c3f15dc2c79877a13c1560b48644 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Fri, 23 Mar 2018 20:35:01 +0100 Subject: [PATCH] app: fix capitalization of the image recovery dialog title --- app/gui/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/gui/gui.c b/app/gui/gui.c index 9d0a2075f6..f655bceef6 100644 --- a/app/gui/gui.c +++ b/app/gui/gui.c @@ -323,7 +323,7 @@ gui_recover (gint n_recoveries) GtkWidget *box; gboolean recover; - dialog = gimp_dialog_new (_("Images recovery"), "gimp-recovery", + dialog = gimp_dialog_new (_("Image Recovery"), "gimp-recovery", NULL, GTK_DIALOG_MODAL, NULL, NULL, _("_Discard"), GTK_RESPONSE_CANCEL, _("_Recover"), GTK_RESPONSE_OK, -- GitLab