From 7d94ebaa1e813340414079282927ec12de368d22 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Sat, 11 Nov 2017 23:12:17 +0100 Subject: [PATCH] options: have Colors before Video --- src/bin/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/options.c b/src/bin/options.c index 947ec23b..9aacaa0b 100644 --- a/src/bin/options.c +++ b/src/bin/options.c @@ -177,8 +177,8 @@ options_toggle(Evas_Object *win, Evas_Object *bg, Evas_Object *term, ITEM_APPEND("preferences-desktop-font", _("Font"), FONT); ITEM_APPEND("preferences-desktop-theme", _("Theme"), THEME); ITEM_APPEND("preferences-desktop-background", _("Background"), BACKGROUND); - ITEM_APPEND("video-display", _("Video"), VIDEO); ITEM_APPEND("preferences-desktop-theme", _("Colors"), COLORS); + ITEM_APPEND("video-display", _("Video"), VIDEO); ITEM_APPEND("preferences-system", _("Behavior"), BEHAVIOR); ITEM_APPEND("preferences-desktop-keyboard-shortcuts", _("Keys"), KEYS); ITEM_APPEND("system-run", _("Helpers"), HELPERS);