From 36ad3a4c2cc0adeff9731800e3a62eb21b5d1fee Mon Sep 17 00:00:00 2001 From: GRiker Date: Sat, 19 May 2012 10:39:31 -0600 Subject: [PATCH] Fixed comment in merge_source_field_changed --- src/calibre/gui2/catalog/catalog_epub_mobi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/catalog/catalog_epub_mobi.py b/src/calibre/gui2/catalog/catalog_epub_mobi.py index 2a01532e6f..3cfd94cc6e 100644 --- a/src/calibre/gui2/catalog/catalog_epub_mobi.py +++ b/src/calibre/gui2/catalog/catalog_epub_mobi.py @@ -365,7 +365,7 @@ class PluginWidget(QWidget,Ui_Form): def merge_source_field_changed(self,new_index): ''' - Process changes in the header_note_source_field combo box + Process changes in the merge_source_field combo box ''' new_source = str(self.merge_source_field.currentText()) self.merge_source_field_name = new_source