mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1125913 (Typos in messages: commets and mimimum)
This commit is contained in:
parent
38ddf4d2c7
commit
08bf64d679
@ -66,7 +66,7 @@ text might not be covered by the subset font.</p>
|
|||||||
|
|
||||||
'jacket': _('''\
|
'jacket': _('''\
|
||||||
<p>Insert a "book jacket" page at the start of the book that contains
|
<p>Insert a "book jacket" page at the start of the book that contains
|
||||||
all the book metadata such as title, tags, authors, series, commets,
|
all the book metadata such as title, tags, authors, series, comments,
|
||||||
etc.</p>'''),
|
etc.</p>'''),
|
||||||
|
|
||||||
'remove_jacket': _('''\
|
'remove_jacket': _('''\
|
||||||
|
@ -257,7 +257,7 @@ class ConditionEditor(QWidget): # {{{
|
|||||||
'Zero is today. Dates in the past always match')
|
'Zero is today. Dates in the past always match')
|
||||||
elif action == 'newer future days':
|
elif action == 'newer future days':
|
||||||
self.value_box.setValidator(QIntValidator(self.value_box))
|
self.value_box.setValidator(QIntValidator(self.value_box))
|
||||||
tt = _('Enter the mimimum days in the future the item can be. '
|
tt = _('Enter the minimum days in the future the item can be. '
|
||||||
'Zero is today. Dates in the past never match')
|
'Zero is today. Dates in the past never match')
|
||||||
else:
|
else:
|
||||||
self.value_box.setInputMask('9999-99-99')
|
self.value_box.setInputMask('9999-99-99')
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: calibre 0.9.19\n"
|
"Project-Id-Version: calibre 0.9.19\n"
|
||||||
"POT-Creation-Date: 2013-02-15 10:14+IST\n"
|
"POT-Creation-Date: 2013-02-15 12:35+IST\n"
|
||||||
"PO-Revision-Date: 2013-02-15 10:14+IST\n"
|
"PO-Revision-Date: 2013-02-15 12:35+IST\n"
|
||||||
"Last-Translator: Automatically generated\n"
|
"Last-Translator: Automatically generated\n"
|
||||||
"Language-Team: LANGUAGE\n"
|
"Language-Team: LANGUAGE\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -3963,7 +3963,7 @@ msgstr ""
|
|||||||
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/polish/main.py:67
|
#: /home/kovid/work/calibre/src/calibre/ebooks/oeb/polish/main.py:67
|
||||||
msgid ""
|
msgid ""
|
||||||
"<p>Insert a \"book jacket\" page at the start of the book that contains\n"
|
"<p>Insert a \"book jacket\" page at the start of the book that contains\n"
|
||||||
"all the book metadata such as title, tags, authors, series, commets,\n"
|
"all the book metadata such as title, tags, authors, series, comments,\n"
|
||||||
"etc.</p>"
|
"etc.</p>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -13142,7 +13142,7 @@ msgid "Enter the maximum days in the future the item can be. Zero is today. Date
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/preferences/coloring.py:260
|
#: /home/kovid/work/calibre/src/calibre/gui2/preferences/coloring.py:260
|
||||||
msgid "Enter the mimimum days in the future the item can be. Zero is today. Dates in the past never match"
|
msgid "Enter the minimum days in the future the item can be. Zero is today. Dates in the past never match"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: /home/kovid/work/calibre/src/calibre/gui2/preferences/coloring.py:264
|
#: /home/kovid/work/calibre/src/calibre/gui2/preferences/coloring.py:264
|
||||||
|
Loading…
x
Reference in New Issue
Block a user