hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=57267bae5387a7522c241e0c046be7cd16d7ee87

commit 57267bae5387a7522c241e0c046be7cd16d7ee87
Author: ChunEon Park <her...@hermet.pe.kr>
Date:   Mon Aug 11 21:15:45 2014 +0900

    live_edit: modify status messages.
    
    keep the consistency of it's style.
---
 src/bin/live_edit.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/live_edit.c b/src/bin/live_edit.c
index 631235c..e19bf64 100644
--- a/src/bin/live_edit.c
+++ b/src/bin/live_edit.c
@@ -107,8 +107,8 @@ live_edit_toggle(void)
 
    edit_disabled_set(ld->ed, on);
 
-   if (on) stats_info_msg_update("Enabled Live View Edit Mode.");
-   else stats_info_msg_update("Disabled Live View Edit Mode.");
+   if (on) stats_info_msg_update("Live View Edit Mode Enabled.");
+   else stats_info_msg_update("Live View Edit Mode Disabled.");
 
    config_live_edit_set(on);
 }

-- 


Reply via email to