revert label change: this was breaking i18n translations.
authorThomasV <thomasv@gitorious>
Sun, 28 Oct 2012 06:49:15 +0000 (07:49 +0100)
committerThomasV <thomasv@gitorious>
Sun, 28 Oct 2012 06:49:15 +0000 (07:49 +0100)
lib/gui_qt.py

index 5e81750..1a061be 100644 (file)
@@ -311,7 +311,7 @@ class ElectrumWindow(QMainWindow):
         l.setColumnWidth(2, 350) 
         l.setColumnWidth(3, 140) 
         l.setColumnWidth(4, 140) 
-        l.setHeaderLabels( [ '', _( 'Date' ), _( 'To / From' ) , _('Amount'), _('Balance')] )
+        l.setHeaderLabels( [ '', _( 'Date' ), _( 'Description' ) , _('Amount'), _('Balance')] )
         self.connect(l, SIGNAL('itemDoubleClicked(QTreeWidgetItem*, int)'), self.tx_label_clicked)
         self.connect(l, SIGNAL('itemChanged(QTreeWidgetItem*, int)'), self.tx_label_changed)
         l.setContextMenuPolicy(Qt.CustomContextMenu)