restore infobox

This commit is contained in:
ecdsa 2013-03-17 12:56:53 +01:00
parent 15c2cc71ea
commit 68b205484a
1 changed files with 2 additions and 1 deletions

View File

@ -130,10 +130,11 @@ To get started visit http://labelectrum.herokuapp.com/ to sign up for an account
def full_push(self):
if self.do_full_push():
QMessageBox.information(None, _("Labels synced"), _("Your labels have been uploaded."))
QMessageBox.information(None, _("Labels uploaded"), _("Your labels have been uploaded."))
def full_pull(self, force = False):
if self.do_full_pull(force) and force:
QMessageBox.information(None, _("Labels synchronized"), _("Your labels have been synchronized."))
self.gui.update_history_tab()
self.gui.update_completions()
self.gui.update_receive_tab()