]> git.sesse.net Git - vlc/commitdiff
Stick to ASCII in gettext messages
authorRémi Denis-Courmont <rdenis@simphalempin.com>
Sun, 22 Jun 2008 19:13:40 +0000 (22:13 +0300)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Sun, 22 Jun 2008 19:13:40 +0000 (22:13 +0300)
We already had the discussion (again) a few weeks ago. If you want
non-ASCII code points in the American English locale, create po/en.po
or po/en_US.po

modules/gui/qt4/dialogs/help.cpp

index 7b6b0fdbdbc8f2b6f4fff2276a894481390316e5..df020a4a94849907a7113d3a249ac4443cadc7ac 100644 (file)
@@ -124,7 +124,7 @@ AboutDialog::AboutDialog( QWidget *parent, intf_thread_t *_p_intf)
             + "Compiler: " + qfu( VLC_Compiler() ) + ".\n"
             + qtr( "Based on Git commit: " ) + qfu( VLC_Changeset() ) + ".\n"
             + qtr( "You are using the Qt4 Interface.\n\n" )
-            + qtr( "Copyright © " COPYRIGHT_YEARS " by the VideoLAN Team.\n" )
+            + qtr( "Copyright (C) " COPYRIGHT_YEARS " by the VideoLAN Team.\n" )
             + "vlc@videolan.org, http://www.videolan.org" );
     infoLabel->setWordWrap( infoLabel );