[gnome-control-center] shell: Rename to "Settings"



commit c21640fa6b78ff37f5da6f1e3c41b266f26dfada
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Nov 6 10:12:01 2012 +0100

    shell: Rename to "Settings"
    
    "System" settings seem like the wrong thing to tweak to get
    to things like background, and a number of other preferences.
    
    Rename the desktop file and the window "Settings"
    
    https://bugzilla.gnome.org/show_bug.cgi?id=681543

 shell/control-center.c                   |    2 +-
 shell/gnome-control-center.desktop.in.in |    2 +-
 shell/shell.ui                           |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/shell/control-center.c b/shell/control-center.c
index eb1f665..3ea4c7b 100644
--- a/shell/control-center.c
+++ b/shell/control-center.c
@@ -82,7 +82,7 @@ application_command_line_cb (GApplication  *application,
 
   argv = g_application_command_line_get_arguments (command_line, &argc);
 
-  context = g_option_context_new (N_("- System Settings"));
+  context = g_option_context_new (N_("- Settings"));
   g_option_context_add_main_entries (context, all_options, GETTEXT_PACKAGE);
   g_option_context_set_translation_domain(context, GETTEXT_PACKAGE);
   g_option_context_add_group (context, gtk_get_option_group (TRUE));
diff --git a/shell/gnome-control-center.desktop.in.in b/shell/gnome-control-center.desktop.in.in
index af63827..e124c10 100644
--- a/shell/gnome-control-center.desktop.in.in
+++ b/shell/gnome-control-center.desktop.in.in
@@ -1,5 +1,5 @@
 [Desktop Entry]
-_Name=System Settings
+_Name=Settings
 Icon=preferences-system
 Exec=gnome-control-center --overview
 Terminal=false
diff --git a/shell/shell.ui b/shell/shell.ui
index 22b3f30..1fa0dca 100644
--- a/shell/shell.ui
+++ b/shell/shell.ui
@@ -3,7 +3,7 @@
   <requires lib="gtk+" version="3.0"/>
   <!-- interface-naming-policy project-wide -->
   <object class="GtkApplicationWindow" id="main-window">
-    <property name="title" translatable="yes">System Settings</property>
+    <property name="title" translatable="yes">Settings</property>
     <property name="resizable">False</property>
     <property name="icon_name">preferences-desktop</property>
     <property name="window_position">center</property>



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