[Xfce4-commits] [xfce/xfwm4] 02/04: menu: String change

noreply at xfce.org noreply at xfce.org
Tue Jun 18 22:56:52 CEST 2019


This is an automated email from the git hooks/post-receive script.

o   l   i   v   i   e   r       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/xfwm4.

commit 7551ae37aba923bc2172b75f493abb67bb231752
Author: Olivier Fourdan <fourdan at xfce.org>
Date:   Mon Jun 17 22:38:01 2019 +0200

    menu: String change
    
    Bug: 15584
    
    Rephrase “Minimize _All Other Windows”
          to “Minimize _Other Windows”
    
    Signed-off-by: Olivier Fourdan <fourdan at xfce.org>
---
 src/menu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/menu.c b/src/menu.c
index 7453e23..3366432 100644
--- a/src/menu.c
+++ b/src/menu.c
@@ -51,7 +51,7 @@ static MenuItem menuitems[] = {
     {MENU_OP_MAXIMIZE,     "xfce-wm-maximize",   N_("Ma_ximize")},
     {MENU_OP_UNMAXIMIZE,   "xfce-wm-unmaximize", N_("Unma_ximize")},
     {MENU_OP_MINIMIZE,     "xfce-wm-minimize",   N_("Mi_nimize")},
-    {MENU_OP_MINIMIZE_ALL, NULL,                 N_("Minimize _All Other Windows")},
+    {MENU_OP_MINIMIZE_ALL, NULL,                 N_("Minimize _Other Windows")},
     {MENU_OP_UNMINIMIZE,   NULL,                 N_("S_how")},
     {MENU_OP_MOVE,         NULL,                 N_("_Move")},
     {MENU_OP_RESIZE,       NULL,                 N_("_Resize")},

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list