diff options
Diffstat (limited to 'shell/menu.c')
-rw-r--r-- | shell/menu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/menu.c b/shell/menu.c index 117c6325..870a2fcb 100644 --- a/shell/menu.c +++ b/shell/menu.c @@ -117,7 +117,7 @@ static GtkToggleActionEntry toggle_entries[] = { NULL, G_CALLBACK(cb_theme1)}, {"Theme2Action", NULL, - N_("Theme Graffiti PC"), NULL, + N_("Theme Graffiti"), NULL, NULL, G_CALLBACK(cb_theme2)}, {"Theme3Action", NULL, @@ -129,7 +129,7 @@ static GtkToggleActionEntry toggle_entries[] = { NULL, G_CALLBACK(cb_theme4)}, {"Theme5Action", NULL, - N_("Theme Retro PC"), NULL, + N_("Theme PixArt"), NULL, NULL, G_CALLBACK(cb_theme5)}, {"Theme6Action", NULL, |