live_edit: modify status messages.

keep the consistency of it's style.
This commit is contained in:
ChunEon Park 2014-08-11 21:15:45 +09:00
parent 8e89c0f357
commit 57267bae53
1 changed files with 2 additions and 2 deletions

View File

@ -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);
}