Skip to content

Commit

Permalink
Change "Serie" to "Series"
Browse files Browse the repository at this point in the history
See issue olivierkes#181.
  • Loading branch information
gedakc committed Nov 23, 2017
1 parent d2a89f6 commit 6210f63
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion i18n/manuskript_de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ Nutze das, wenn du YAML-Errors bekommst.</translation>
</message>
<message>
<location filename="../manuskript/ui/mainWindow.ui" line="189"/>
<source>Serie</source>
<source>Series</source>
<translation>Serie</translation>
</message>
<message>
Expand Down
2 changes: 1 addition & 1 deletion i18n/manuskript_es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ Use that if you get YAML related error.</source>
</message>
<message>
<location filename="../manuskript/ui/mainWindow.ui" line="189"/>
<source>Serie</source>
<source>Series</source>
<translation>Serie</translation>
</message>
<message>
Expand Down
2 changes: 1 addition & 1 deletion i18n/manuskript_fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ Use that if you get YAML related error.</source>
</message>
<message>
<location filename="../manuskript/ui/mainWindow.ui" line="189"/>
<source>Serie</source>
<source>Series</source>
<translation>Série</translation>
</message>
<message>
Expand Down
2 changes: 1 addition & 1 deletion i18n/manuskript_sv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ Använd detta om du får ett felmeddelande angående YAML.</translation>
</message>
<message>
<location filename="../manuskript/ui/mainWindow.ui" line="189"/>
<source>Serie</source>
<source>Series</source>
<translation>Serie</translation>
</message>
<message>
Expand Down
2 changes: 1 addition & 1 deletion manuskript/ui/mainWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -1283,7 +1283,7 @@ def retranslateUi(self, MainWindow):
self.grpBookInfos.setTitle(_translate("MainWindow", "Book informations"))
self.label_10.setText(_translate("MainWindow", "Title"))
self.label_11.setText(_translate("MainWindow", "Subtitle"))
self.label_12.setText(_translate("MainWindow", "Serie"))
self.label_12.setText(_translate("MainWindow", "Series"))
self.label_13.setText(_translate("MainWindow", "Volume"))
self.label_14.setText(_translate("MainWindow", "Genre"))
self.label_16.setText(_translate("MainWindow", "License"))
Expand Down
2 changes: 1 addition & 1 deletion manuskript/ui/mainWindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
<item row="2" column="0">
<widget class="QLabel" name="label_12">
<property name="text">
<string>Serie</string>
<string>Series</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 6210f63

Please sign in to comment.