rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=4599ed3b67947a465834802624776288180f64e3

commit 4599ed3b67947a465834802624776288180f64e3
Author: Viacheslav Reutskyi <reutskiy....@gmail.com>
Date:   Sat Feb 13 08:54:18 2016 +0200

    style_manager: No sence to point action in the names
    
    Delete the word 'New' from the menu item for style namager. This is
    dropdown menu and for user clearly that the new style or tag for
    style.
---
 src/bin/ui/style_manager.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/ui/style_manager.c b/src/bin/ui/style_manager.c
index 93086ca..cb04f7a 100644
--- a/src/bin/ui/style_manager.c
+++ b/src/bin/ui/style_manager.c
@@ -896,8 +896,8 @@ _form_right_side(Style_Editor *style_edit)
      }
 
    style_edit->menu = elm_menu_add(ap.win);
-   elm_menu_item_add(style_edit->menu, NULL, NULL, _("New style"), 
_on_bt_style_add, style_edit);
-   elm_menu_item_add(style_edit->menu, NULL, NULL, _("New tag"), 
_on_bt_tag_add, style_edit);
+   elm_menu_item_add(style_edit->menu, NULL, NULL, _("Style"), 
_on_bt_style_add, style_edit);
+   elm_menu_item_add(style_edit->menu, NULL, NULL, _("Tag"), _on_bt_tag_add, 
style_edit);
 
    button_add = elm_button_add(ap.win);
    evas_object_show(button_add);

-- 


Reply via email to