r18529 by jghali - #11764: Source file (cmykfw.cpp) typing error

scribus-commit scribus-commit at lists.scribus.net
Sat Oct 5 21:36:41 UTC 2013


Author: jghali
Date: Sat Oct  5 21:36:41 2013
New Revision: 18529

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=18529
Log:
#11764: Source file (cmykfw.cpp) typing error

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

Modified: trunk/Scribus/scribus/ui/cmykfw.cpp
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=18529&path=/trunk/Scribus/scribus/ui/cmykfw.cpp
==============================================================================
--- trunk/Scribus/scribus/ui/cmykfw.cpp (original)
+++ trunk/Scribus/scribus/ui/cmykfw.cpp Sat Oct  5 21:36:41 2013
@@ -935,7 +935,7 @@
 	// if condition 10/21/2004 pv #1191 - just be sure that user cannot create "None" color
 	if (Farbname->text().isEmpty())
 	{
-		QMessageBox::information(this, CommonStrings::trWarning, tr("You cannot create a color without a name\nPlease give it a name"), 0);
+		QMessageBox::information(this, CommonStrings::trWarning, tr("You cannot create a color without a name.\nPlease give it a name"), 0);
 		Farbname->setFocus();
 		Farbname->selectAll();
 		return;
@@ -951,7 +951,7 @@
 	{
 		if (EColors->contains(Farbname->text()))
 		{
-			QMessageBox::information(this, CommonStrings::trWarning, tr("The name of the color already exists,\nplease choose another one."), CommonStrings::tr_OK, 0, 0, 0, QMessageBox::Ok);
+			QMessageBox::information(this, CommonStrings::trWarning, tr("The name of the color already exists.\nPlease choose another one."), CommonStrings::tr_OK, 0, 0, 0, QMessageBox::Ok);
 			Farbname->selectAll();
 			Farbname->setFocus();
 			return;




More information about the scribus-commit mailing list