hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=0e925d231bf5b9c8dd748172f124eaf75866e4e6

commit 0e925d231bf5b9c8dd748172f124eaf75866e4e6
Author: Taehyub Kim <taehyub....@samsung.com>
Date:   Tue Jun 28 13:43:02 2016 +0900

    tools: change the description
    
    Summary: change the description
    
    Test Plan:
    1. toggle dummy parts, mirror mode and parth highlighting
    2. see the result
    
    Reviewers: Jaehyun_Cho, NikaWhite, bowonryu, Hermet
    
    Reviewed By: Hermet
    
    Differential Revision: https://phab.enlightenment.org/D4094
---
 src/bin/tools.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/bin/tools.c b/src/bin/tools.c
index 2fa23a3..d3e9f4a 100644
--- a/src/bin/tools.c
+++ b/src/bin/tools.c
@@ -412,9 +412,9 @@ tools_highlight_update(Eina_Bool toggle)
    if (toggle)
      {
         if (config_part_highlight_get())
-          stats_info_msg_update(_("Part Highlighting Enabled."));
+          stats_info_msg_update(_("Part highlighting enabled."));
         else
-          stats_info_msg_update(_("Part Highlighting Disabled."));
+          stats_info_msg_update(_("Part highlighting disabled."));
      }
 
    //Toggle on/off
@@ -499,9 +499,9 @@ tools_dummy_update(Eina_Bool toggle)
    if (toggle)
      {
         if (config_dummy_parts_get())
-          stats_info_msg_update(_("Dummy Parts Enabled."));
+          stats_info_msg_update(_("Dummy parts enabled."));
         else
-          stats_info_msg_update(_("Dummy Parts Disabled."));
+          stats_info_msg_update(_("Dummy parts disabled."));
      }
    //Toggle on/off
    if (config_dummy_parts_get())
@@ -524,9 +524,9 @@ tools_mirror_mode_update(Eina_Bool toggle)
    if (toggle)
      {
         if (config_mirror_mode_get())
-          stats_info_msg_update(_("Mirror Mode Enabled."));
+          stats_info_msg_update(_("Mirror mode enabled."));
         else
-          stats_info_msg_update(_("Mirror Mode Disabled."));
+          stats_info_msg_update(_("Mirror mode disabled."));
      }
 
    //Toggle on/off

-- 


Reply via email to