View Issue Details

IDProjectCategoryView StatusLast Update
0006308ScribusGeneralpublic2007-09-29 20:19
Reporterhatapitk Assigned Tocbradney  
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionfixed 
Product Version1.3.5svn 
Fixed in Version1.3.5svn 
Summary0006308: Spelling fixes for English strings
DescriptionI will attach a patch that fixes 14 spelling errors in English strings (SVN trunk). Most of these were found while checking the spelling of Finnish translation. Many are located within comments, but there are some that may be visible to users too.

I have not actually compiled the code with these fixes, but they seem quite trivial.
TagsNo tags attached.
Patch

Activities

2007-09-29 10:08

 

string-spelling.diff (8,340 bytes)   
Index: scribus/unicodemap/stripNamesListTxt.py
===================================================================
--- scribus/unicodemap/stripNamesListTxt.py	(revision 10745)
+++ scribus/unicodemap/stripNamesListTxt.py	(working copy)
@@ -20,7 +20,7 @@
 
 f.close()
 
-print 'writting output'
+print 'writing output'
 
 f = open('unicodenameslist.txt', 'w')
 for i in out:
Index: scribus/collect4output.h
===================================================================
--- scribus/collect4output.h	(revision 10745)
+++ scribus/collect4output.h	(working copy)
@@ -77,7 +77,7 @@
 	bool collectProfiles();
 	/*! \brief Copy used file into new location with magic checks.
 	It looks into collectedFiles map. If there is newFile (key) already
-	found - it will construct new filename to prevent overwritting.
+	found - it will construct new filename to prevent overwriting.
 	E.g. newFile.png can be newFile_0.png.
 	It checks already collected files not to collect one item 2 times.
 	\param oldFile full path of the original file
Index: scribus/chartablemodel.cpp
===================================================================
--- scribus/chartablemodel.cpp	(revision 10745)
+++ scribus/chartablemodel.cpp	(working copy)
@@ -125,7 +125,7 @@
 		reset();
 		return true;
 	}
-	qDebug("CharTable::deleteOwnCharacter: no char deleted - logical error propably");
+	qDebug("CharTable::deleteOwnCharacter: no char deleted - logical error probably");
 	return false;
 }
 
Index: scribus/scfonts.cpp
===================================================================
--- scribus/scfonts.cpp	(revision 10745)
+++ scribus/scfonts.cpp	(working copy)
@@ -628,7 +628,7 @@
 									NULL);
 	// The ObjectSet tells FontConfig what information about each match to return.
 	// We currently just need FC_FILE, but other info like font family and style
-	// is availible - see "man fontconfig".
+	// is available - see "man fontconfig".
 	FcObjectSet* os = FcObjectSetBuild (FC_FILE, (char *) 0);
 	// Now ask fontconfig to retrieve info as specified in 'os' about fonts
 	// matching pattern 'pat'.
Index: scribus/guidemanagercore.h
===================================================================
--- scribus/guidemanagercore.h	(revision 10745)
+++ scribus/guidemanagercore.h	(working copy)
@@ -30,7 +30,7 @@
 with precomputed values from GUI actions for drawing.
 - user can move only Stnadard ones
 - Auto guides can be deleted only in manipulation dialog
-- Auto guides are painted in different color / (propably) with diff. line.
+- Auto guides are painted in different color / (probably) with diff. line.
 \author Petr vanek <petr@scribus.info>
 */
 class SCRIBUS_API GuideManagerCore
Index: scribus/plugins/scriptplugin/pconsole.cpp
===================================================================
--- scribus/plugins/scriptplugin/pconsole.cpp	(revision 10745)
+++ scribus/plugins/scriptplugin/pconsole.cpp	(working copy)
@@ -130,7 +130,7 @@
 {
 	parsePythonString();
 	commandEdit->clear();
-	// content is destroyed. This is to prevent overwritting
+	// content is destroyed. This is to prevent overwriting
 	filename = QString::null;
 	outputEdit->append("\n>>> " + m_command);
 	emit runCommand();
Index: scribus/plugins/scriptplugin/cmddialog.h
===================================================================
--- scribus/plugins/scriptplugin/cmddialog.h	(revision 10745)
+++ scribus/plugins/scriptplugin/cmddialog.h	(working copy)
@@ -34,7 +34,7 @@
 the issave parameter is set to True the dialog acts like a \"Save As\" dialog\n\
 otherwise it acts like a \"File Open Dialog\". When the isdir parameter is True\n\
 the dialog shows and returns only directories. The default for all of the\n\
-opional parameters is False.\n\
+optional parameters is False.\n\
 \n\
 The filter, if specified, takes the form 'comment (*.type *.type2 ...)'.\n\
 For example 'Images (*.png *.xpm *.jpg)'.\n\
Index: scribus/plugins/scriptplugin/cmdpage.h
===================================================================
--- scribus/plugins/scriptplugin/cmdpage.h	(revision 10745)
+++ scribus/plugins/scriptplugin/cmdpage.h	(working copy)
@@ -84,7 +84,7 @@
 QT_TR_NOOP("gotoPage(nr)\n\
 \n\
 Moves to the page \"nr\" (that is, makes the current page \"nr\"). Note that\n\
-gotoPage doesn't (curently) change the page the user's view is displaying, it\n\
+gotoPage doesn't (currently) change the page the user's view is displaying, it\n\
 just sets the page that script commands will operates on.\n\
 \n\
 May raise IndexError if the page number is out of range.\n\
Index: scribus/plugins/scriptplugin/cmdgetprop.h
===================================================================
--- scribus/plugins/scriptplugin/cmdgetprop.h	(revision 10745)
+++ scribus/plugins/scriptplugin/cmdgetprop.h	(working copy)
@@ -94,7 +94,7 @@
 
 /*! docstring */
 PyDoc_STRVAR(scribus_getlinejoin__doc__,
-QT_TR_NOOP("getLineJoin([\"name\"]) -> integer (see contants)\n\
+QT_TR_NOOP("getLineJoin([\"name\"]) -> integer (see constants)\n\
 \n\
 Returns the line join style of the object \"name\". If \"name\" is not given\n\
 the currently selected item is used.  The join types are:\n\
Index: scribus/plugins/scriptplugin/cmdtext.h
===================================================================
--- scribus/plugins/scriptplugin/cmdtext.h	(revision 10745)
+++ scribus/plugins/scriptplugin/cmdtext.h	(working copy)
@@ -335,7 +335,7 @@
 PyDoc_STRVAR(scribus_setpdfbookmark__doc__,
 QT_TR_NOOP("setPDFBookmark(\"toggle\", [\"name\"])\n\
 \n\
-Sets wether (toggle = 1) the text frame \"name\" is a bookmark nor not.\n\
+Sets whether (toggle = 1) the text frame \"name\" is a bookmark nor not.\n\
 If \"name\" is not given the currently selected item is used.\n\
 \n\
 May raise WrongFrameTypeError if the target frame is not a text frame\n\
Index: scribus/plugins/scriptplugin/cmdmani.h
===================================================================
--- scribus/plugins/scriptplugin/cmdmani.h	(revision 10745)
+++ scribus/plugins/scriptplugin/cmdmani.h	(working copy)
@@ -42,7 +42,7 @@
 \n\
 Rotates the object \"name\" by \"rot\" degrees relatively. The object is\n\
 rotated by the vertex that is currently selected as the rotation point - by\n\
-default, the top left vertext at zero rotation. Positive values mean counter\n\
+default, the top left vertex at zero rotation. Positive values mean counter\n\
 clockwise rotation when the default rotation point is used. If \"name\" is not\n\
 given the currently selected item is used.\n\
 "));
Index: scribus/plugins/short-words/swprefsgui.cpp
===================================================================
--- scribus/plugins/short-words/swprefsgui.cpp	(revision 10745)
+++ scribus/plugins/short-words/swprefsgui.cpp	(working copy)
@@ -108,7 +108,7 @@
 	if (QFile::exists(RC_PATH_USR))
 	{
 		if ((ScMessageBox::warning(this, tr("Short Words"),
-				"<qt>" + tr("User configuration exists elready. "
+				"<qt>" + tr("User configuration exists already. "
 						"Do you really want to overwrite it?") + "</qt>",
 				CommonStrings::trYes,
 				CommonStrings::trNo, 0, 0, 1)
Index: scribus/plugins/pixmapexport/export.cpp
===================================================================
--- scribus/plugins/pixmapexport/export.cpp	(revision 10745)
+++ scribus/plugins/pixmapexport/export.cpp	(working copy)
@@ -182,7 +182,7 @@
 		QApplication::restoreOverrideCursor();
 		over = QMessageBox::question(doc->scMW(), tr("File exists. Overwrite?"),
 				fn +"\n"+ tr("exists already. Overwrite?"),
-				// hack for multiple overwritting (petr) 
+				// hack for multiple overwriting (petr) 
 				(single == true) ? QMessageBox::Yes | QMessageBox::No : QMessageBox::Yes | QMessageBox::No | QMessageBox::YesToAll);
 		QApplication::changeOverrideCursor(QCursor(Qt::WaitCursor));
 		if (over == QMessageBox::Yes)
Index: scribus/plugins/fileloader/oodraw/oodrawimp.cpp
===================================================================
--- scribus/plugins/fileloader/oodraw/oodrawimp.cpp	(revision 10745)
+++ scribus/plugins/fileloader/oodraw/oodrawimp.cpp	(working copy)
@@ -2044,7 +2044,7 @@
 OODPlug::~OODPlug()
 {
 	delete tmpSel;
-	// it's propably needed as QHash() dos not support autocleaning
+	// it's probably needed as QHash() dos not support autocleaning
 	m_styles.clear();
 	m_draws.clear();
 }
string-spelling.diff (8,340 bytes)   

Issue History

Date Modified Username Field Change
2007-09-29 10:08 hatapitk New Issue
2007-09-29 10:08 hatapitk File Added: string-spelling.diff
2007-09-29 13:52 plinnell Status new => assigned
2007-09-29 13:52 plinnell Assigned To => plinnell
2007-09-29 19:56 cbradney Assigned To plinnell => cbradney
2007-09-29 19:58 cbradney Status assigned => resolved
2007-09-29 19:58 cbradney Fixed in Version => 1.3.5svn
2007-09-29 19:58 cbradney Resolution open => fixed
2007-09-29 20:19 cbradney Status resolved => closed