From 57267bae5387a7522c241e0c046be7cd16d7ee87 Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Mon, 11 Aug 2014 21:15:45 +0900 Subject: [PATCH] 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); }