From 967c7c7195821d6a48f44e0b2fbd4111a73038d8 Mon Sep 17 00:00:00 2001 From: Jee-Yong Um Date: Tue, 6 Dec 2016 12:10:01 +0900 Subject: [PATCH] Elm.Button: fix color class descriptions Reviewers: cedric, jpeg Reviewed By: jpeg Differential Revision: https://phab.enlightenment.org/D4457 --- data/elementary/themes/colorclasses.edc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/data/elementary/themes/colorclasses.edc b/data/elementary/themes/colorclasses.edc index 5c2a572237..bf294bfe1c 100644 --- a/data/elementary/themes/colorclasses.edc +++ b/data/elementary/themes/colorclasses.edc @@ -92,27 +92,27 @@ color_classes { // widgets color_class { name: "button_bg"; color: 255 255 255 255; - desc: "Text of a button"; + desc: "Background of a button"; } color_class { name: "button_bg_pressed"; color: 255 255 255 255; - desc: "Text of a button"; + desc: "Background of a pressed button"; } color_class { name: "button_bg_disabled"; color: 255 255 255 255; - desc: "Text of a button"; + desc: "Background of a disabled button"; } color_class { name: "button_icon"; color: 255 255 255 255; - desc: "Text of a button"; + desc: "Icon of a button"; } color_class { name: "button_icon_pressed"; color: 255 255 255 255; - desc: "Text of a button"; + desc: "Icon of a pressed button"; } color_class { name: "button_icon_disabled"; color: 255 255 255 64; - desc: "Text of a button"; + desc: "Icon of a disabled button"; } color_class { name: "button_text"; color: FN_COL_DEFAULT; @@ -120,7 +120,7 @@ color_classes { } color_class { name: "button_text_pressed"; color: FN_COL_DEFAULT; - desc: "Text of a button"; + desc: "Text of a pressed button"; } color_class { name: "button_text_disabled"; color: FN_COL_DISABLE;