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

List:       kde-commits
Subject:    kdelibs/khtml
From:       Oliver Bausinger <bausi () bausi ! org>
Date:       2005-01-17 18:41:35
Message-ID: 20050117184135.562BE18F38 () office ! kde ! org
[Download RAW message or body]

CVS commit by bausi: 

change text of font zoom action to "Enlarge/Shrink", as proposed by Matt Rogers
and Maksim Orlovich


  M +4 -4      khtml_part.cpp   1.1079


--- kdelibs/khtml/khtml_part.cpp  #1.1078:1.1079
@@ -351,13 +351,13 @@ void KHTMLPart::init( KHTMLView *view, G
   if ( prof == BrowserViewGUI ) {
       d->m_paIncZoomFactor = new KHTMLZoomFactorAction( this, true, i18n(
-                  "Increase Font" ), "viewmag+", "CTRL++;CTRL+=", this,
+                  "Enlarge Font" ), "viewmag+", "CTRL++;CTRL+=", this,
               SLOT( slotIncZoomFast() ), actionCollection(), "incFontSizes" );
-      d->m_paIncZoomFactor->setWhatsThis( i18n( "Increase Font<p>"
+      d->m_paIncZoomFactor->setWhatsThis( i18n( "Enlarge Font<p>"
                                                 "Make the font in this window \
                bigger. "
                             "Click and hold down the mouse button for a menu with \
                all available font sizes." ) );
       d->m_paDecZoomFactor = new KHTMLZoomFactorAction( this, false, i18n(
-                  "Decrease Font" ), "viewmag-", CTRL + Key_Minus, this,
+                  "Shrink Font" ), "viewmag-", CTRL + Key_Minus, this,
               SLOT( slotDecZoomFast() ), actionCollection(), "decFontSizes" );
-      d->m_paDecZoomFactor->setWhatsThis( i18n( "Decrease Font<p>"
+      d->m_paDecZoomFactor->setWhatsThis( i18n( "Shrink Font<p>"
                                                 "Make the font in this window \
                smaller. "
                             "Click and hold down the mouse button for a menu with \
all available font sizes." ) );


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

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