From 263ce33c41b5f2679da484a06dc662991bf07852 Mon Sep 17 00:00:00 2001 From: Bill Dengler Date: Sun, 19 Apr 2015 19:13:57 -0400 Subject: [PATCH] More string cleanup. --- src/update/wxUpdater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/update/wxUpdater.py b/src/update/wxUpdater.py index f884e440..44d06b6f 100644 --- a/src/update/wxUpdater.py +++ b/src/update/wxUpdater.py @@ -27,4 +27,4 @@ def progress_callback(total_downloaded, total_size): progress_dialog.Update((total_downloaded*100)/total_size, _(u"Updating... %s of %s") % (str(utils.convert_bytes(total_downloaded)), str(utils.convert_bytes(total_size)))) def update_finished(): - ms = wx.MessageDialog(None, _(u"The new TWBlue version has been downloaded and installed. Press OK to start the application."), _(u"Done!")).ShowModal() \ No newline at end of file + ms = wx.MessageDialog(None, _(u"The update has been downloaded and installed successfully. Press OK to continue."), _(u"Done!")).ShowModal() \ No newline at end of file