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

List:       kde-commits
Subject:    KDE/kdebase/workspace/klipper
From:       Panagiotis Papadopoulos <pano_90 () gmx ! net>
Date:       2010-07-29 9:13:00
Message-ID: 20100729091300.B3481AC782 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1156571 by pano:

Those strings need to be "Title Case"


 M  +2 -2      klipper.cpp  


--- trunk/KDE/kdebase/workspace/klipper/klipper.cpp #1156570:1156571
@@ -211,7 +211,7 @@
 #ifdef HAVE_DMTX
     // add barcode for mobile phones
     m_showBarcodeAction = m_collection->addAction("show_barcode");
-    m_showBarcodeAction->setText(i18n("&Show barcode..."));
+    m_showBarcodeAction->setText(i18n("&Show Barcode..."));
     connect(m_showBarcodeAction, SIGNAL(triggered()), SLOT(slotShowBarcode()));
 #endif
 
@@ -1130,7 +1130,7 @@
 
     KDialog dlg;
     dlg.setModal( true );
-    dlg.setCaption( i18n("Mobile barcode") );
+    dlg.setCaption( i18n("Mobile Barcode") );
     dlg.setButtons( KDialog::Ok );
 
     MobileBarcode::DataMatrixWidget* barcode = new MobileBarcode::DataMatrixWidget( &dlg );
[prev in list] [next in list] [prev in thread] [next in thread] 

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