]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs/help.cpp
i18n fixes
[vlc] / modules / gui / qt4 / dialogs / help.cpp
index 5b5f0b8bd98c7936f7f7bda66a6719da7880c001..96e907438b3522da2c312eefc13603231612990d 100644 (file)
@@ -93,8 +93,8 @@ AboutDialog::AboutDialog( intf_thread_t *_p_intf) :  QVLCFrame( _p_intf )
     /* add the tabs to the Tabwidget */
     tab->addTab( NULL, _( "Information" ) );
     tab->addTab( NULL, _( "Authors" ) );
-    tab->addTab( thanksEdit, _("Thanks") );
-    tab->addTab( licenseEdit, _("Distribution License") );
+    tab->addTab( thanksEdit, qtr("Thanks") );
+    tab->addTab( licenseEdit, qtr("Distribution License") );
 
     BUTTONACT( closeButton, close() );
 }