hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=12f516939ca2362fc8ba60d8a534939588621a3a
commit 12f516939ca2362fc8ba60d8a534939588621a3a Author: Hermet Park <[email protected]> Date: Sat Jul 2 13:35:34 2016 +0900 tools: update wireframes message. --- src/bin/tools.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/tools.c b/src/bin/tools.c index c81afbb..2f30c23 100644 --- a/src/bin/tools.c +++ b/src/bin/tools.c @@ -540,9 +540,9 @@ tools_outline_update(Eina_Bool toggle) if (toggle) { if (config_parts_outline_get()) - stats_info_msg_update(_("Parts Outline Enabled.")); + stats_info_msg_update(_("Wireframes enabled.")); else - stats_info_msg_update(_("Parts Outline Disabled.")); + stats_info_msg_update(_("Wireframes disabled.")); } //Toggle on/off if (config_parts_outline_get()) --
