diff --git a/shell/control-center.c b/shell/control-center.c
index eb1f665ed..3ea4c7b8c 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 af6382712..e124c10b8 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 22b3f3002..1fa0dca8a 100644
--- a/shell/shell.ui
+++ b/shell/shell.ui
@@ -3,7 +3,7 @@