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:
Bastien Nocera 2012-11-06 10:12:01 +01:00
parent f05f74c132
commit c21640fa6b
3 changed files with 3 additions and 3 deletions

View file

@ -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));