rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=3facb64120967604025d8cf0991602759c968ec7

commit 3facb64120967604025d8cf0991602759c968ec7
Author: Vitalii Vorobiov <vi.vorob...@samsung.com>
Date:   Thu Sep 29 14:36:12 2016 +0300

    menu: rename menu items into more correct representation
    
    Resize to fill and Zoom to fit otherwise its unclear to understand
    
    @fix
---
 src/bin/ui/menu.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/bin/ui/menu.c b/src/bin/ui/menu.c
index b7cab58..6704613 100644
--- a/src/bin/ui/menu.c
+++ b/src/bin/ui/menu.c
@@ -319,8 +319,9 @@ ui_menu_add(void)
       ITEM_MENU_ADD(MENU_VIEW, MENU_VIEW_WORKSPACE_ZOOM_IN, NULL, _("Zoom 
in"), "+")
       ITEM_MENU_ADD(MENU_VIEW, MENU_VIEW_WORKSPACE_ZOOM_OUT, NULL, _("Zoom 
out"), "-")
       ITEM_MENU_ADD(MENU_VIEW, MENU_VIEW_WORKSPACE_ZOOM_RESET, NULL, _("Reset 
zoom"), "/")
-      ITEM_MENU_ADD(MENU_VIEW, MENU_VIEW_WORKSPACE_FIT, NULL, _("Fit container 
in Workspace"), NULL)
-      ITEM_MENU_ADD(MENU_VIEW, MENU_VIEW_WORKSPACE_FILL, NULL, _("Fill 
workspace"), NULL)
+      ITEM_MENU_ADD(MENU_VIEW, MENU_VIEW_WORKSPACE_FIT, NULL, _("Zoom to fit 
in Workspace"), NULL)
+      ITEM_MENU_ADD(MENU_VIEW, MENU_VIEW_WORKSPACE_FILL, NULL, _("Resize to 
fill workspace"), NULL)
+
       ___(MENU_VIEW);
       ITEM_MENU_ADD(MENU_VIEW, MENU_VIEW_WORKSPACE_OBJECT_AREA, NULL, _("Show 
object area"), "o")
       ___(MENU_VIEW);

-- 


Reply via email to