commit 68b205484ae10be5490d117707332e16538b9fb8
parent 15c2cc71eafb5bd9d0a7bba6045e4e3a0f299e3d
Author: ecdsa <ecdsa@github>
Date: Sun, 17 Mar 2013 12:56:53 +0100
restore infobox
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/plugins/labels.py b/plugins/labels.py
@@ -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()