mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-06-08 06:55:33 -04:00
String changes
This commit is contained in:
@@ -211,7 +211,7 @@ class ChooseLibraryAction(InterfaceAction):
|
||||
def genesis(self):
|
||||
self.count_changed(0)
|
||||
self.action_choose = self.menuless_qaction
|
||||
self.action_exim = ac = QAction(_('Export/Import all calibre data'), self.gui)
|
||||
self.action_exim = ac = QAction(_('Export/import all calibre data'), self.gui)
|
||||
ac.triggered.connect(self.exim_data)
|
||||
|
||||
self.stats = LibraryUsageStats()
|
||||
|
||||
Reference in New Issue
Block a user