r14477 by cbradney - Fix typo in OSG

scribus-commit scribus-commit at lists.scribus.net
Tue Jan 5 23:00:52 CET 2010


Revision: 14477
Author: cbradney
Date: 2010-01-05T09:05:19.236121Z
Commit message: Fix typo in OSG

Changeset: 
M  /trunk/Scribus/scribus/pageitem_osgframe.cpp

Diffs:
Index: scribus/pageitem_osgframe.cpp
===================================================================
--- scribus/pageitem_osgframe.cpp	(revision 14476)
+++ scribus/pageitem_osgframe.cpp	(revision 14477)
@@ -150,7 +150,7 @@
 QString PageItem_OSGFrame::infoDescription()
 {
 	QString htmlText;
-	htmlText.append( tr("3D-Model") + "<br/>");
+	htmlText.append( tr("3D Model") + "<br/>");
 	QFileInfo fi = QFileInfo(modelFile);
 	htmlText.append( tr("File:") + " " + fi.fileName() + "<br/>");
 	htmlText.append(PageItem::infoDescription());




More information about the scribus-commit mailing list