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

List:       kde-commits
Subject:    branches/KDE/3.5/kdelibs/khtml
From:       Anne-Marie Mahfouf <annma () kde ! org>
Date:       2006-08-30 14:12:59
Message-ID: 1156947179.550313.12541.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 578887 by annma:

wanting to fix a l10n/fr bug I found that this string was badly formulated
CCBUG=120367


 M  +2 -2      khtml_ext.cpp  


--- branches/KDE/3.5/kdelibs/khtml/khtml_ext.cpp #578886:578887
@@ -472,7 +472,7 @@
         name = "Google";
       }
 
-      new KAction( i18n( "Search '%1' at %2" ).arg( selectedText ).arg( name ), \
icon, 0, d->m_khtml->browserExtension(), +      new KAction( i18n( "Search for '%1' \
                with %2" ).arg( selectedText ).arg( name ), icon, 0, \
                d->m_khtml->browserExtension(),
                      SLOT( searchProvider() ), actionCollection(), "searchProvider" \
);  
       // favorite search providers
@@ -481,7 +481,7 @@
       favoriteEngines = config.readListEntry("FavoriteSearchEngines", \
favoriteEngines);  
       if ( !favoriteEngines.isEmpty()) {
-        KActionMenu* providerList = new KActionMenu( i18n( "Search '%1' At" ).arg( \
selectedText ), actionCollection(), "searchProviderList" ); +        KActionMenu* \
providerList = new KActionMenu( i18n( "Search for '%1' with" ).arg( selectedText ), \
actionCollection(), "searchProviderList" );  
         QStringList::ConstIterator it = favoriteEngines.begin();
         for ( ; it != favoriteEngines.end(); ++it ) {


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

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