[vlc-devel] commit: Fix gettext use ( Rémi Denis-Courmont )

git version control git at videolan.org
Tue Jul 1 19:21:33 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Tue Jul  1 20:22:16 2008 +0300| [0abeddd4e2879b6d304928ce266723ecb4d6a0da]

Fix gettext use

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

 modules/gui/qt4/ui/open_net.ui |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/modules/gui/qt4/ui/open_net.ui b/modules/gui/qt4/ui/open_net.ui
index 424d89d..120fd5b 100644
--- a/modules/gui/qt4/ui/open_net.ui
+++ b/modules/gui/qt4/ui/open_net.ui
@@ -79,8 +79,7 @@
       <item row="1" column="1" >
        <widget class="QLineEdit" name="addressText" >
         <property name="toolTip" >
-         <string>_("Enter the URL of the network stream here,
-with or without the protocol.")</string>
+         <string>_("Enter the URL of the network stream here, with or without the protocol.")</string>
         </property>
        </widget>
       </item>




More information about the vlc-devel mailing list