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

List:       kde-commits
Subject:    koffice
From:       Stephan Binner <binner () kde ! org>
Date:       2006-01-14 23:12:12
Message-ID: 1137280332.262626.30642.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 498205 by binner:

i18n style guide fixes


 M  +1 -1      karbon/karbon_view.cc  
 M  +2 -2      karbon/tools/vpenciltool.cc  
 M  +1 -1      karbon/tools/vroundrecttool.cc  
 M  +1 -1      karbon/tools/vtexttool.cc  
 M  +1 -1      lib/kofficecore/koOpenPane.cc  


--- trunk/koffice/karbon/karbon_view.cc #498204:498205
@@ -526,7 +526,7 @@
 	if( KMessageBox::warningContinueCancel( this,
 			i18n( "This action cannot be undone later. Do you really want to continue?" ),
 			i18n( "Purge History" ),
-			KStdGuiItem::cont(),
+			KStdGuiItem::del(),
 			"edit_purge_history" ) )
 	{
 		// Use the VCleanUp command to remove "deleted"
--- trunk/koffice/karbon/tools/vpenciltool.cc #498204:498205
@@ -78,7 +78,7 @@
 
 	m_optimizeCurve = new QCheckBox( i18n( "Optimize" ), vbox2 );
 	m_fittingError = new KDoubleNumInput( 0.0, 400.0, 4.00, 0.50, 3, vbox2 );
-	m_fittingError->setLabel( i18n( "Exactness" ) );
+	m_fittingError->setLabel( i18n( "Exactness:" ) );
 
 	group2->setInsideMargin( 4 );
 	group2->setInsideSpacing( 2 );
@@ -88,7 +88,7 @@
 
 	m_combineAngle = new KDoubleNumInput( 0.0, 360.0, 0.10, 0.50, 3, group3 );
 	m_combineAngle->setSuffix( " deg" );
-	m_combineAngle->setLabel( i18n( "Combine Angle" ) );
+	m_combineAngle->setLabel( i18n( "Combine angle:" ) );
 
 	group3->setInsideMargin( 4 );
 	group3->setInsideSpacing( 2 );
--- trunk/koffice/karbon/tools/vroundrecttool.cc #498204:498205
@@ -40,7 +40,7 @@
 	KoUnit::Unit unit = KoUnit::U_CM;
 	m_width = new KoUnitDoubleSpinBox( group, 0.0, KoUnit::fromUserValue( 1000.0, unit \
), KoUnit::fromUserValue( 0.5, unit ), KoUnit::fromUserValue( 10.0, unit ), unit );  
-	new QLabel( i18n( "Height:" ) + KoUnit::unitName( m_part->unit() ), group );
+	new QLabel( i18n( "Height (%1):" ).arg(KoUnit::unitName( m_part->unit() )), group \
);  m_height = new KoUnitDoubleSpinBox( group, 0.0, KoUnit::fromUserValue( 1000.0, \
unit ), KoUnit::fromUserValue( 0.5, unit ), KoUnit::fromUserValue( 10.0, unit ), unit \
);  
 	new QLabel( i18n( "Edge radius X:" ), group );
--- trunk/koffice/karbon/tools/vtexttool.cc #498204:498205
@@ -603,7 +603,7 @@
 
 QString VTextTool::contextHelp()
 {
-	QString s = "<qt><b>Text tool</b><br>";
+	QString s = "<qt><b>Text Tool</b><br>";
 	s += "Click on document to place horizontal text.<br>";
 	s += "Click and drag in document to place directional text.<br>";
 	s += "Click on a selected path object to place text along its outline.<br>";
--- trunk/koffice/lib/kofficecore/koOpenPane.cc #498204:498205
@@ -91,7 +91,7 @@
   connect(m_sectionList, SIGNAL(selectionChanged(QListViewItem*)),
           this, SLOT(selectionChanged(QListViewItem*)));
 
-  KGuiItem openExistingGItem(i18n("Open Existing Document"), "fileopen");
+  KGuiItem openExistingGItem(i18n("Open Existing Document..."), "fileopen");
   m_openExistingButton->setGuiItem(openExistingGItem);
   connect(m_openExistingButton, SIGNAL(clicked()), this, \
SLOT(showOpenFileDialog()));  


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

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