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

List:       kde-commits
Subject:    kdeutils/ark (silent)
From:       Stephan Binner <binner () kde ! org>
Date:       2004-05-13 7:26:29
Message-ID: 20040513072629.0C14B2012 () office ! kde ! org
[Download RAW message or body]

CVS commit by binner: 

CVS_SILENT i18n style guide fixes


  M +2 -2      generalOptDlg.cpp   1.23
  M +5 -5      konqplugin/arkplugin.cpp   1.3
  M +1 -1      konqplugin/arkplugin.desktop   1.3


--- kdeutils/ark/generalOptDlg.cpp  #1.22:1.23
@@ -77,5 +77,5 @@ void GeneralOptDlg::createGeneralTab( QF
         QVBoxLayout *layout = new QVBoxLayout( parent );
 
-        m_cbKonquerorIntegration = new QCheckBox( i18n( "Enable Konqueror \
Integration" ), genFrame ); +        m_cbKonquerorIntegration = new QCheckBox( i18n( \
"Enable Konqueror integration" ), genFrame );  //      \
m_cbKonquerorIntegration->setWhatsThis( i18n( "Enable Konqueror Integration\n"  //    \
"Check this option to enable Ark's integration into the Konqueror file manager, \
letting you easily archive and unarchive files through the context menus." ) );

--- kdeutils/ark/konqplugin/arkplugin.cpp  #1.2:1.3
@@ -99,9 +99,9 @@ ArkMenu::ArkMenu( KonqPopupMenu * popupm
         actionMenu->insert( action );
 
-        m_compAsMenu = new KActionMenu( i18n( "Compress as" ), actionCollection(), \
"arkcmpasmnu" ); +        m_compAsMenu = new KActionMenu( i18n( "Compress As" ), \
actionCollection(), "arkcmpasmnu" );  actionMenu->insert( m_compAsMenu );
 
 
-        m_addToMenu = new KActionMenu( i18n( "Add to" ), actionCollection(), \
"arkaddtomnu" ); +        m_addToMenu = new KActionMenu( i18n( "Add To" ), \
actionCollection(), "arkaddtomnu" );  if ( m_list.first()->url().isLocalFile() )
             actionMenu->insert( m_addToMenu );
@@ -140,5 +140,5 @@ ArkMenu::ArkMenu( KonqPopupMenu * popupm
         }
         actionMenu->insert( action );
-        action = new KAction( i18n( "Extract to..." ), 0 , this,
+        action = new KAction( i18n( "Extract To..." ), 0 , this,
                                 SLOT( slotExtractTo() ), actionCollection() );
         actionMenu->insert( action );

--- kdeutils/ark/konqplugin/arkplugin.desktop  #1.2:1.3
@@ -1,5 +1,5 @@
 [Desktop Entry]
 Encoding=UTF-8
-Name=Compress/Extract Files with  Ark
+Name=Compress/Extract Files with Ark
 Icon=ark
 X-KDE-ParentApp=konqueror


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

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