Fix typos that are visible to end-users.

This commit is contained in:
Sebastian Rasmussen 2018-01-06 18:49:34 +01:00 committed by Curtis Gedak
parent dfe88a9681
commit dde836e0f4
14 changed files with 16 additions and 16 deletions

View file

@ -17,7 +17,7 @@ from manuskript.functions import mainWindow
class pandocExporter(basicExporter): class pandocExporter(basicExporter):
name = "Pandoc" name = "Pandoc"
description = qApp.translate("Export", """<p>A universal document convertor. Can be used to convert markdown to a wide range of other description = qApp.translate("Export", """<p>A universal document converter. Can be used to convert markdown to a wide range of other
formats.</p> formats.</p>
<p>Website: <a href="http://www.pandoc.org">http://pandoc.org/</a></p> <p>Website: <a href="http://www.pandoc.org">http://pandoc.org/</a></p>
""") """)

View file

@ -107,7 +107,7 @@ class folderImporter(abstractImporter):
self.addSetting("ext", "text", self.addSetting("ext", "text",
qApp.translate("Import", "Include only those extensions:"), qApp.translate("Import", "Include only those extensions:"),
default="*.txt, *.md", default="*.txt, *.md",
tooltip=qApp.translate("Import", "Coma separated values")), tooltip=qApp.translate("Import", "Comma separated values")),
self.addSetting("sortItems", "checkbox", self.addSetting("sortItems", "checkbox",
qApp.translate("Import", "Sort items by name"), qApp.translate("Import", "Sort items by name"),

View file

@ -975,7 +975,7 @@ class MainWindow(QMainWindow, Ui_MainWindow):
self.cheatSheet.setModels() self.cheatSheet.setModels()
# Debug # Debug
self.mdlFlatData.setVerticalHeaderLabels(["Info", "Summary"]) self.mdlFlatData.setVerticalHeaderLabels(["General info", "Summary"])
self.tblDebugFlatData.setModel(self.mdlFlatData) self.tblDebugFlatData.setModel(self.mdlFlatData)
self.tblDebugPersos.setModel(self.mdlCharacter) self.tblDebugPersos.setModel(self.mdlCharacter)
self.tblDebugPersosInfos.setModel(self.mdlCharacter) self.tblDebugPersosInfos.setModel(self.mdlCharacter)

View file

@ -14,7 +14,7 @@ class persosProxyModel(QSortFilterProxyModel):
#self.rootItem = QStandardItem() #self.rootItem = QStandardItem()
self.p1 = QStandardItem(self.tr("Main")) self.p1 = QStandardItem(self.tr("Main"))
self.p2 = QStandardItem(self.tr("Secundary")) self.p2 = QStandardItem(self.tr("Secondary"))
self.p3 = QStandardItem(self.tr("Minors")) self.p3 = QStandardItem(self.tr("Minors"))
self._cats = [ self._cats = [

View file

@ -20,7 +20,7 @@ class plotsProxyModel(QSortFilterProxyModel):
# self.rootItem = QStandardItem() # self.rootItem = QStandardItem()
self.p1 = QStandardItem(self.tr("Main")) self.p1 = QStandardItem(self.tr("Main"))
self.p2 = QStandardItem(self.tr("Secundary")) self.p2 = QStandardItem(self.tr("Secondary"))
self.p3 = QStandardItem(self.tr("Minors")) self.p3 = QStandardItem(self.tr("Minors"))
self._cats = [ self._cats = [

View file

@ -247,7 +247,7 @@ class worldModel(QStandardItemModel):
self.tr("Climate"), self.tr("Climate"),
self.tr("Topography"), self.tr("Topography"),
self.tr("Astronomy"), self.tr("Astronomy"),
self.tr("Natural ressources"), self.tr("Natural resources"),
self.tr("Wild life"), self.tr("Wild life"),
self.tr("Flora"), self.tr("Flora"),
self.tr("History"), self.tr("History"),

View file

@ -1892,12 +1892,12 @@ class Ui_Settings(object):
self.lblTreeIconSize.setText(_translate("Settings", "TextLabel")) self.lblTreeIconSize.setText(_translate("Settings", "TextLabel"))
self.groupBox_8.setTitle(_translate("Settings", "Folders")) self.groupBox_8.setTitle(_translate("Settings", "Folders"))
self.rdoTreeItemCount.setText(_translate("Settings", "Show ite&m count")) self.rdoTreeItemCount.setText(_translate("Settings", "Show ite&m count"))
self.rdoTreeWC.setText(_translate("Settings", "Show &wordcount")) self.rdoTreeWC.setText(_translate("Settings", "Show &word count"))
self.rdoTreeProgress.setText(_translate("Settings", "S&how progress")) self.rdoTreeProgress.setText(_translate("Settings", "S&how progress"))
self.rdoTreeSummary.setText(_translate("Settings", "Show summar&y")) self.rdoTreeSummary.setText(_translate("Settings", "Show summar&y"))
self.rdoTreeNothing.setText(_translate("Settings", "&Nothing")) self.rdoTreeNothing.setText(_translate("Settings", "&Nothing"))
self.groupBox_9.setTitle(_translate("Settings", "Text")) self.groupBox_9.setTitle(_translate("Settings", "Text"))
self.rdoTreeTextWC.setText(_translate("Settings", "&Show wordcount")) self.rdoTreeTextWC.setText(_translate("Settings", "&Show word count"))
self.rdoTreeTextProgress.setText(_translate("Settings", "Show p&rogress")) self.rdoTreeTextProgress.setText(_translate("Settings", "Show p&rogress"))
self.rdoTreeTextSummary.setText(_translate("Settings", "Show summary")) self.rdoTreeTextSummary.setText(_translate("Settings", "Show summary"))
self.rdoTreeTextNothing.setText(_translate("Settings", "Nothing")) self.rdoTreeTextNothing.setText(_translate("Settings", "Nothing"))

View file

@ -1063,7 +1063,7 @@
</font> </font>
</property> </property>
<property name="text"> <property name="text">
<string>Show &amp;wordcount</string> <string>Show &amp;word count</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -1133,7 +1133,7 @@
</font> </font>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;Show wordcount</string> <string>&amp;Show word count</string>
</property> </property>
</widget> </widget>
</item> </item>

View file

@ -105,7 +105,7 @@ class Ui_FrequencyAnalyzer(object):
FrequencyAnalyzer.setWindowTitle(_translate("FrequencyAnalyzer", "Frequency Analyzer")) FrequencyAnalyzer.setWindowTitle(_translate("FrequencyAnalyzer", "Frequency Analyzer"))
self.groupBox.setTitle(_translate("FrequencyAnalyzer", "Settings")) self.groupBox.setTitle(_translate("FrequencyAnalyzer", "Settings"))
self.label.setText(_translate("FrequencyAnalyzer", "Minimum size:")) self.label.setText(_translate("FrequencyAnalyzer", "Minimum size:"))
self.label_2.setText(_translate("FrequencyAnalyzer", "Exclude words (coma seperated):")) self.label_2.setText(_translate("FrequencyAnalyzer", "Exclude words (comma separated):"))
self.btnAnalyzeWord.setText(_translate("FrequencyAnalyzer", "Analyze")) self.btnAnalyzeWord.setText(_translate("FrequencyAnalyzer", "Analyze"))
self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab), _translate("FrequencyAnalyzer", "Word frequency")) self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab), _translate("FrequencyAnalyzer", "Word frequency"))
self.label_3.setText(_translate("FrequencyAnalyzer", "Number of words: from")) self.label_3.setText(_translate("FrequencyAnalyzer", "Number of words: from"))

View file

@ -60,7 +60,7 @@
<item row="1" column="0"> <item row="1" column="0">
<widget class="QLabel" name="label_2"> <widget class="QLabel" name="label_2">
<property name="text"> <property name="text">
<string>Exclude words (coma seperated):</string> <string>Exclude words (comma separated):</string>
</property> </property>
</widget> </widget>
</item> </item>

View file

@ -22,7 +22,7 @@ class splitDialog(QInputDialog):
<p>If one of the selected item is a folder, it will be applied <p>If one of the selected item is a folder, it will be applied
recursively to <i>all</i> of it's children items.</p> recursively to <i>all</i> of it's children items.</p>
<p>The split mark can contain folling escape sequences: <p>The split mark can contain following escape sequences:
<ul> <ul>
<li><b><code>\\n</code></b>: line break</li> <li><b><code>\\n</code></b>: line break</li>
<li><b><code>\\t</code></b>: tab</li> <li><b><code>\\t</code></b>: tab</li>

View file

@ -67,7 +67,7 @@ class plotDelegate(QStyledItemDelegate):
self.tr("Call to adventure"), self.tr("Call to adventure"),
self.tr("Refusal of the call"), self.tr("Refusal of the call"),
self.tr("Meeting with mentor"), self.tr("Meeting with mentor"),
self.tr("Corssing the Threshold"), self.tr("Crossing the Threshold"),
self.tr("Tests"), self.tr("Tests"),
self.tr("Approach"), self.tr("Approach"),
self.tr("Abyss"), self.tr("Abyss"),

View file

@ -134,7 +134,7 @@ class Ui_welcome(object):
self.tree.topLevelItem(1).setText(0, _translate("welcome", "Demo projects")) self.tree.topLevelItem(1).setText(0, _translate("welcome", "Demo projects"))
self.tree.setSortingEnabled(__sortingEnabled) self.tree.setSortingEnabled(__sortingEnabled)
self.btnAddLevel.setText(_translate("welcome", "Add level")) self.btnAddLevel.setText(_translate("welcome", "Add level"))
self.btnAddWC.setText(_translate("welcome", "Add wordcount")) self.btnAddWC.setText(_translate("welcome", "Add word count"))
self.chkLoadLastProject.setText(_translate("welcome", "Next time, automatically open last project")) self.chkLoadLastProject.setText(_translate("welcome", "Next time, automatically open last project"))
self.btnOpen.setText(_translate("welcome", "Open...")) self.btnOpen.setText(_translate("welcome", "Open..."))
self.btnRecent.setText(_translate("welcome", "Recent")) self.btnRecent.setText(_translate("welcome", "Recent"))

View file

@ -187,7 +187,7 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="text"> <property name="text">
<string>Add wordcount</string> <string>Add word count</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset theme="applications-debugging"/> <iconset theme="applications-debugging"/>