Changeset 1ad81b4b7466c033997bcdb72448b496e638d06c

Show
Ignore:
Timestamp:
06/26/07 00:22:23 (1 year ago)
Author:
Christophe Mutricy <xtophe@videolan.org>
git-committer:
Christophe Mutricy <xtophe@videolan.org> 1182810143 +0000
git-parent:

[ca827aa8fe039bcf6a00a565a3b5055440bb8b45]

git-author:
Christophe Mutricy <xtophe@videolan.org> 1182810143 +0000
Message:

i18n fixes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/gui/qt4/dialogs/help.cpp

    rfa0c3cd r1ad81b4  
    9292 
    9393    /* add the tabs to the Tabwidget */ 
    94     tab->addTab( NULL, _( "Information" ) ); 
    95     tab->addTab( NULL, _( "Authors" ) ); 
     94    tab->addTab( NULL, qtr( "Information" ) ); 
     95    tab->addTab( NULL, qtr( "Authors" ) ); 
    9696    tab->addTab( thanksEdit, qtr("Thanks") ); 
    9797    tab->addTab( licenseEdit, qtr("Distribution License") ); 
  • modules/gui/qt4/dialogs_provider.cpp

    r4936cc7 r1ad81b4  
    301301static void openDirectory( intf_thread_t* p_intf, bool pl, bool go ) 
    302302{ 
    303     QString dir = QFileDialog::getExistingDirectory ( 0, _("Open directory") ); 
     303    QString dir = QFileDialog::getExistingDirectory ( 0, qtr("Open directory") ); 
    304304    if (!dir.isEmpty()) { 
    305305        input_item_t *p_input = input_ItemNewExt( THEPL, qtu(dir), NULL,