mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-20 08:56:15 +01:00
Added some i18n.
This commit is contained in:
parent
5ce55e644c
commit
15dd8bec10
1 changed files with 1 additions and 1 deletions
|
|
@ -425,7 +425,7 @@ def opml_import(self):
|
|||
auto_skip.remove(skip_dialog_name)
|
||||
gprefs.set('questions_to_auto_skip', auto_skip)
|
||||
|
||||
info_dialog(self, "Finished", "OPML to Recipe conversion complete", show_copy_button=False, show=True)
|
||||
info_dialog(self, _('Finished'), _('OPML to Recipe conversion complete'), show_copy_button=False, show=True)
|
||||
|
||||
def populate_options(self, profile):
|
||||
self.oldest_article.setValue(profile.oldest_article)
|
||||
|
|
|
|||
Loading…
Reference in a new issue