r16563 by craig - Adjust strings in Align & Distribute dialog and enhance tooltip

scribus-commit scribus-commit at lists.scribus.net
Sat Apr 9 20:18:31 CEST 2011


Author: craig
Date: Sat Apr  9 18:18:31 2011
New Revision: 16563

URL: http://scribus.info/websvn/listing.php?repname=Scribus&sc=1&rev=16563
Log:
Adjust strings in Align & Distribute dialog and enhance tooltip

Modified:
    trunk/Scribus/scribus/ui/aligndistribute.cpp

Modified: trunk/Scribus/scribus/ui/aligndistribute.cpp
URL: http://scribus.info/websvn/diff.php?repname=Scribus&rev=16563&path=/trunk/Scribus/scribus/ui/aligndistribute.cpp
==============================================================================
--- trunk/Scribus/scribus/ui/aligndistribute.cpp (original)
+++ trunk/Scribus/scribus/ui/aligndistribute.cpp Sat Apr  9 18:18:31 2011
@@ -105,9 +105,9 @@
 	alignMoveOrResizeLabel->setText( tr( "&Align Sides By:" ) );
 	int alignMethodValue=alignMoveOrResizeCombo->currentIndex();
 	alignMoveOrResizeCombo->clear();
-	alignMoveOrResizeCombo->addItem( tr("Moving (Preserve Size)") );
-	alignMoveOrResizeCombo->addItem( tr("Resizing (Preserve Opposite Side)") );
-	alignMoveOrResizeCombo->setToolTip( tr( "<qt>When aligning one side of an item:<ul><li>Always move the other side too (preserve existing width and height), or </li><li>Keep the other side fixed (resize the item instead of moving it) whenever possible</li></ul></qt>" ));
+	alignMoveOrResizeCombo->addItem( tr("Move") );
+	alignMoveOrResizeCombo->addItem( tr("Resize") );
+	alignMoveOrResizeCombo->setToolTip( tr( "<qt>When aligning one side of an item do one of the following:<ul><li>Always move the other side too (preserve existing width and height)</li><li>Keep the other side fixed (resize the item instead of moving it) whenever possible</li></ul></qt>" ));
 	alignMethodChanged(alignMethodValue);
 	alignGuideLineEdit->setToolTip( tr( "The location of the selected guide to align to" ) );
 	alignLeftOutToolButton->setText( QString::null );




More information about the scribus-commit mailing list