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
This commit is contained in:
parent
f05f74c132
commit
c21640fa6b
3 changed files with 3 additions and 3 deletions
|
@ -82,7 +82,7 @@ application_command_line_cb (GApplication *application,
|
||||||
|
|
||||||
argv = g_application_command_line_get_arguments (command_line, &argc);
|
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_add_main_entries (context, all_options, GETTEXT_PACKAGE);
|
||||||
g_option_context_set_translation_domain(context, GETTEXT_PACKAGE);
|
g_option_context_set_translation_domain(context, GETTEXT_PACKAGE);
|
||||||
g_option_context_add_group (context, gtk_get_option_group (TRUE));
|
g_option_context_add_group (context, gtk_get_option_group (TRUE));
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
_Name=System Settings
|
_Name=Settings
|
||||||
Icon=preferences-system
|
Icon=preferences-system
|
||||||
Exec=gnome-control-center --overview
|
Exec=gnome-control-center --overview
|
||||||
Terminal=false
|
Terminal=false
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<requires lib="gtk+" version="3.0"/>
|
<requires lib="gtk+" version="3.0"/>
|
||||||
<!-- interface-naming-policy project-wide -->
|
<!-- interface-naming-policy project-wide -->
|
||||||
<object class="GtkApplicationWindow" id="main-window">
|
<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="resizable">False</property>
|
||||||
<property name="icon_name">preferences-desktop</property>
|
<property name="icon_name">preferences-desktop</property>
|
||||||
<property name="window_position">center</property>
|
<property name="window_position">center</property>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue