This commit is contained in:
Kovid Goyal 2011-09-17 08:15:33 -06:00
parent 57df3b75b9
commit 9fd60f7884
2 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ class StoreAction(InterfaceAction):
('book', _('book'))]:
func = getattr(self, 'search_%s'%('author_title' if x == 'book'
else x))
ac = cm(x, _('Search for this %s'%t), triggered=func)
ac = cm(x, _('Search for this %s')%t, triggered=func)
setattr(self, 'action_search_by_'+x, ac)
self.store_menu.addSeparator()
self.store_list_menu = self.store_menu.addMenu(_('Stores'))

View File

@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: calibre 0.8.19\n"
"POT-Creation-Date: 2011-09-16 09:55+MDT\n"
"PO-Revision-Date: 2011-09-16 09:55+MDT\n"
"POT-Creation-Date: 2011-09-17 08:14+MDT\n"
"PO-Revision-Date: 2011-09-17 08:14+MDT\n"
"Last-Translator: Automatically generated\n"
"Language-Team: LANGUAGE\n"
"MIME-Version: 1.0\n"