discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=411d407b868ed9812a87807ebdfff553e7955b03

commit 411d407b868ed9812a87807ebdfff553e7955b03
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Fri Jul 21 16:20:03 2017 -0400

    use more descriptive label than '???' for unconfigured outputs in scren 
config
---
 src/modules/conf_randr/e_int_config_randr2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/conf_randr/e_int_config_randr2.c 
b/src/modules/conf_randr/e_int_config_randr2.c
index 404fd6fb2..dbb4dce79 100644
--- a/src/modules/conf_randr/e_int_config_randr2.c
+++ b/src/modules/conf_randr/e_int_config_randr2.c
@@ -455,7 +455,7 @@ _basic_screen_info_fill(E_Config_Dialog_Data *cfdata, 
E_Config_Randr2_Screen *cs
    else if (cs->rel_mode == E_RANDR2_RELATIVE_TO_BELOW)
      elm_object_text_set(cfdata->rel_mode_obj, _("Below"));
    else
-     elm_object_text_set(cfdata->rel_mode_obj, "???");
+     elm_object_text_set(cfdata->rel_mode_obj, _("Unconfigured"));
 
    elm_slider_value_set(cfdata->rel_align_obj, cs->rel_align);
 

-- 


Reply via email to