[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE
From:       Hasso Tepper <hasso () kde ! org>
Date:       2005-07-05 14:26:26
Message-ID: 1120573586.257947.32688.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 431901 by hasso:

Audit of i18n("Search") usage.
CCMAIL: kde-et@linux.ee


 M  +1 -1      kdebase/kcontrol/samba/kcmsambastatistics.cpp  
 M  +1 -1      kdebase/khelpcenter/navigator.cpp  
 M  +1 -1      kdegraphics/kpovmodeler/pmlibraryobjectsearch.cpp  
 M  +2 -2      kdepim/kaddressbook/ldapsearchdialog.cpp  


--- trunk/KDE/kdebase/kcontrol/samba/kcmsambastatistics.cpp #431900:431901
@@ -54,7 +54,7 @@
   serviceL = new QLabel( serviceLe, i18n( "Service/File:" ), this );
   hostLe = new QLineEdit( this );
   hostL = new QLabel( hostLe, i18n( "Host/User:" ), this );
-  calcButton = new QPushButton( i18n( "Search" ), this );
+  calcButton = new QPushButton( i18n( "&Search" ), this );
   clearButton = new QPushButton( i18n( "Clear Results" ), this );
   expandedInfoCb = new QCheckBox( i18n( "Show expanded service info" ), this );
   expandedUserCb = new QCheckBox( i18n( "Show expanded host info" ), this );
--- trunk/KDE/kdebase/khelpcenter/navigator.cpp #431900:431901
@@ -112,7 +112,7 @@
     connect( mSearchEdit, SIGNAL( textChanged( const QString & ) ),
              SLOT( checkSearchButton() ) );
 
-    mSearchButton = new QPushButton( i18n("Search"), mSearchFrame );
+    mSearchButton = new QPushButton( i18n("&Search"), mSearchFrame );
     searchLayout->addWidget( mSearchButton );
     connect( mSearchButton, SIGNAL( clicked() ), SLOT( slotSearch() ) );
 
--- trunk/KDE/kdegraphics/kpovmodeler/pmlibraryobjectsearch.cpp #431900:431901
@@ -51,7 +51,7 @@
    grid->addWidget( m_pSearch, 0, 1 );
 
    QVBoxLayout* fvl = new QVBoxLayout( fhl );
-   m_pSearchButton = new QPushButton( i18n( "Search" ), frame );
+   m_pSearchButton = new QPushButton( i18n( "&Search" ), frame );
    fvl->addWidget( m_pSearchButton );
    fvl->addStretch( 1 );
 
--- trunk/KDE/kdepim/kaddressbook/ldapsearchdialog.cpp #431900:431901
@@ -151,7 +151,7 @@
   QSize buttonSize;
   mSearchButton = new QPushButton( i18n( "Stop" ), groupBox );
   buttonSize = mSearchButton->sizeHint();
-  mSearchButton->setText( i18n( "Search" ) );
+  mSearchButton->setText( i18n( "&Search" ) );
   if ( buttonSize.width() < mSearchButton->sizeHint().width() )
     buttonSize = mSearchButton->sizeHint();
   mSearchButton->setFixedWidth( buttonSize.width() );
@@ -383,7 +383,7 @@
   connect( mSearchButton, SIGNAL( clicked() ),
            this, SLOT( slotStartSearch() ) );
 
-  mSearchButton->setText( i18n( "Search" ) );
+  mSearchButton->setText( i18n( "&Search" ) );
   QApplication::restoreOverrideCursor();
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic