diff options
Diffstat (limited to 'shell/menu.c')
-rw-r--r-- | shell/menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/menu.c b/shell/menu.c index b9e62664..e56ef925 100644 --- a/shell/menu.c +++ b/shell/menu.c @@ -106,7 +106,7 @@ static GtkToggleActionEntry toggle_entries[] = { G_CALLBACK(cb_sync_on_startup)}, #if GTK_CHECK_VERSION(3, 0, 0) {"DisableThemeAction", NULL, - N_("Disable Theme at startup"), NULL, + N_("Disable Theme"), NULL, NULL, G_CALLBACK(cb_disable_theme)}, #endif |