[Xfce4-commits] <midori:master> Underscore-prefix desktop shortcuts to allow translation

Christian Dywan noreply at xfce.org
Mon Jun 11 23:10:06 CEST 2012


Updating branch refs/heads/master
         to bc3ce47d7d62d36813f330903ff2614c8bb2989b (commit)
       from fa364f5e710fb0d6b58f3ba2d68d5985054082d7 (commit)

commit bc3ce47d7d62d36813f330903ff2614c8bb2989b
Author: Christian Dywan <christian at twotoasts.de>
Date:   Mon Jun 11 22:55:21 2012 +0200

    Underscore-prefix desktop shortcuts to allow translation
    
    Fixes: https://bugs.launchpad.net/midori/+bug/1000099

 data/midori.desktop.in |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/data/midori.desktop.in b/data/midori.desktop.in
index e2d6493..0667f48 100644
--- a/data/midori.desktop.in
+++ b/data/midori.desktop.in
@@ -17,17 +17,17 @@ X-Osso-Service=midori
 X-Ayatana-Desktop-Shortcuts=TabNew;WindowNew;Private
 
 [TabNew Shortcut Group]
-Name=New _Tab
+_Name=New Tab
 Exec=midori -e TabNew
 TargetEnvironment=Unity
 
 [WindowNew Shortcut Group]
-Name=New _Window
+_Name=New Window
 Exec=midori -e WindowNew
 TargetEnvironment=Unity
 
 [Private Shortcut Group]
-Name=New P_rivate Browsing Window
+_Name=New Private Browsing Window
 Exec=midori --private
 TargetEnvironment=Unity
 


More information about the Xfce4-commits mailing list