tools: update wireframes message.

This commit is contained in:
Hermet Park 2016-07-02 13:35:34 +09:00
parent 4d6e98d0f0
commit 12f516939c
1 changed files with 2 additions and 2 deletions

View File

@ -540,9 +540,9 @@ tools_outline_update(Eina_Bool toggle)
if (toggle)
{
if (config_parts_outline_get())
stats_info_msg_update(_("Parts Outline Enabled."));
stats_info_msg_update(_("Wireframes enabled."));
else
stats_info_msg_update(_("Parts Outline Disabled."));
stats_info_msg_update(_("Wireframes disabled."));
}
//Toggle on/off
if (config_parts_outline_get())