[vlc-commits] po: correct Qt4 Ctrl+{H,L} translations

Rémi Denis-Courmont git at videolan.org
Sat Sep 28 10:22:30 CEST 2013


vlc/vlc-2.1 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon May 27 18:58:40 2013 +0300| [f579169e8c2818e8673e5fc8389910490f9bac57] | committer: Rémi Denis-Courmont

po: correct Qt4 Ctrl+{H,L} translations

(This should maybe not be marked for translation at all. Only Russian
defines it to something different than Ctrl+{H,L}.)

Adding whitespaces or translating "Ctrl" breaks Qt4 internals.

(cherry picked from commit feb479f20dcceb92aaf02bb839d8a1088e05f83a)
(cherry picked from commit 241b81a725b7c092bbcbd4a8a192da1bfe026977)

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=f579169e8c2818e8673e5fc8389910490f9bac57
---

 po/de.po |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/po/de.po b/po/de.po
index 63f07a4..a7a4b51 100644
--- a/po/de.po
+++ b/po/de.po
@@ -21728,7 +21728,7 @@ msgstr "Wiedergabeliste"
 
 #: modules/gui/qt4/menus.cpp:482
 msgid "Ctrl+L"
-msgstr "Strg+L"
+msgstr "Ctrl+L"
 
 #: modules/gui/qt4/menus.cpp:485
 msgid "Docked Playlist"
@@ -21740,7 +21740,7 @@ msgstr "Mi&nimale Ansicht"
 
 #: modules/gui/qt4/menus.cpp:497
 msgid "Ctrl+H"
-msgstr "Strg+H"
+msgstr "Ctrl+H"
 
 #: modules/gui/qt4/menus.cpp:506
 msgid "&Fullscreen Interface"



More information about the vlc-commits mailing list