[gimp] app: fix capitalization of the image recovery dialog title
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: fix capitalization of the image recovery dialog title
- Date: Fri, 23 Mar 2018 19:35:30 +0000 (UTC)
commit 6dafb02a1100c3f15dc2c79877a13c1560b48644
Author: Michael Natterer <mitch gimp org>
Date: Fri Mar 23 20:35:01 2018 +0100
app: fix capitalization of the image recovery dialog title
app/gui/gui.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/gui/gui.c b/app/gui/gui.c
index 9d0a207..f655bce 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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]