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

List:       kde-commits
Subject:    kdegraphics/kghostview
From:       Danny Allen <dannya40uk () yahoo ! co ! uk>
Date:       2005-03-19 12:30:43
Message-ID: 20050319123043.F260D1763F () office ! kde ! org
[Download RAW message or body]

CVS commit by dannya: 

Shorten strings that are too long for windows!


  M +2 -2      kgv_view.cpp   1.192
  M +1 -1      kgvconfigdialog.cpp   1.32


--- kdegraphics/kghostview/kgvconfigdialog.cpp  #1.31:1.32
@@ -143,5 +143,5 @@ void  ConfigDialog::showSettings( KGVPar
             i18n( "General" ), QString::fromLatin1( "kghostview" ) );
     GSSettingsWidget *gssw = new GSSettingsWidget( 0, "gs-settings" );
-    dialog->addPage( gssw, i18n( "Ghostscript Configuration" ), QString::fromLatin1( "pdf" ) );
+    dialog->addPage( gssw, i18n( "Ghostscript Config" ), QString::fromLatin1( "pdf" ) );
 
     gssw->setDetectedVersion(Configuration::version());

--- kdegraphics/kghostview/kgv_view.cpp  #1.191:1.192
@@ -297,5 +297,5 @@ KGVPart::KGVPart( QWidget* parentWidget,
     KShortcut readUpShort = KStdAccel::shortcut( KStdAccel::Prior );
     readUpShort.append( KKey( SHIFT+Key_Space ) );
-    _readUp    = new KAction( i18n( "Read Up Document" ), "up",
+    _readUp    = new KAction( i18n( "Read Up" ), "up",
                               readUpShort, this, SLOT( slotReadUp() ),
                               actionCollection(), "readUp" );
@@ -303,5 +303,5 @@ KGVPart::KGVPart( QWidget* parentWidget,
     KShortcut readDownShort = KStdAccel::shortcut( KStdAccel::Next );
     readDownShort.append( KKey( Key_Space ) );
-    _readDown  = new KAction( i18n( "Read Down Document" ), "down",
+    _readDown  = new KAction( i18n( "Read Down" ), "down",
                               readDownShort, this, SLOT( slotReadDown() ),
                               actionCollection(), "readDown" );


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

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