[gimp] app: fix capitalization in prefs frame title



commit eeb93644452be9cc6ab09bf7519e5995cc29d295
Author: Michael Natterer <mitch gimp org>
Date:   Sat Oct 1 00:19:37 2016 +0200

    app: fix capitalization in prefs frame title

 app/dialogs/preferences-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/dialogs/preferences-dialog.c b/app/dialogs/preferences-dialog.c
index 99b5eae..a0ac964 100644
--- a/app/dialogs/preferences-dialog.c
+++ b/app/dialogs/preferences-dialog.c
@@ -1817,7 +1817,7 @@ prefs_dialog_new (Gimp       *gimp,
   size_group = gtk_size_group_new (GTK_SIZE_GROUP_HORIZONTAL);
 
   /*  Color profile import dialog  */
-  vbox2 = prefs_frame_new (_("Color Profile Import dialog"), GTK_CONTAINER (vbox),
+  vbox2 = prefs_frame_new (_("Color Profile Import Dialog"), GTK_CONTAINER (vbox),
                            FALSE);
   table = prefs_table_new (1, GTK_CONTAINER (vbox2));
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]