[bijiben] Use „Preferences” title instead o f „Settings” to be consistent with the app menu



commit b9af15a43826ae59e7970f0ab6e35dc9ce7a6728
Author: Yosef Or Boczko <yoseforb src gnome org>
Date:   Wed May 21 00:01:36 2014 +0300

    Use „Preferences” title instead of „Settings” to be consistent with the app menu

 src/bjb-settings-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/bjb-settings-dialog.c b/src/bjb-settings-dialog.c
index cee4c80..c2fc808 100644
--- a/src/bjb-settings-dialog.c
+++ b/src/bjb-settings-dialog.c
@@ -460,7 +460,7 @@ bjb_settings_dialog_constructed (GObject *object)
 
   gtk_window_set_default_size (window, 500, 300);
   gtk_window_set_modal (window, TRUE);
-  gtk_window_set_title (window, _("Settings"));
+  gtk_window_set_title (window, _("Preferences"));
   gtk_header_bar_set_show_close_button (GTK_HEADER_BAR
     (gtk_dialog_get_header_bar (dialog)), TRUE);
 


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