enventor - removed periods for msg consistency

This commit is contained in:
ChunEon Park 2013-08-28 21:58:25 +09:00
parent 2c9f23af61
commit 76eab51421
1 changed files with 2 additions and 2 deletions

View File

@ -190,8 +190,8 @@ static void
auto_indentation_toggle(app_data *ad)
{
Eina_Bool toggle = !config_auto_indent_get(ad->cd);
if (toggle) stats_info_msg_update(ad->sd, "Auto Indentation enabled.");
else stats_info_msg_update(ad->sd, "Auto Indentation disabled.");
if (toggle) stats_info_msg_update(ad->sd, "Auto Indentation enabled");
else stats_info_msg_update(ad->sd, "Auto Indentation disabled");
config_auto_indent_set(ad->cd, toggle);
}