rimmed pushed a commit to branch eflete-1.18. http://git.enlightenment.org/tools/eflete.git/commit/?id=0e9d0e69db7facf66f0d79b42b2e7905825f0762
commit 0e9d0e69db7facf66f0d79b42b2e7905825f0762 Author: Mykyta Biliavskyi <[email protected]> Date: Fri Jan 13 12:14:19 2017 +0200 Sound manager: fix label for create new tone popup. @fix --- src/bin/ui/sound_manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/ui/sound_manager.c b/src/bin/ui/sound_manager.c index 07d1a93..1a4ac44 100644 --- a/src/bin/ui/sound_manager.c +++ b/src/bin/ui/sound_manager.c @@ -420,7 +420,7 @@ _tone_add_cb(void *data __UNUSED__, resource_name_validator_list_set(mng.tone_validator, &ap.project->tones, true); mng.frq_validator = elm_validator_regexp_new(FREQUENCY_REGEX, NULL); - popup = popup_add(_("Create a new layout"), NULL, BTN_OK|BTN_CANCEL, _add_tone_content_get, mng.tone_entry); + popup = popup_add(_("Create a new tone"), NULL, BTN_OK|BTN_CANCEL, _add_tone_content_get, mng.tone_entry); popup_button_disabled_set(popup, BTN_OK, true); evas_object_smart_callback_add(popup, POPUP_CLOSE_CB, _tone_add_popup_close_cb, NULL); } --
