From 44605f1209daba12426e557535fe9cb5caf58054 Mon Sep 17 00:00:00 2001 From: Bill Dengler Date: Sat, 16 May 2015 03:20:58 -0400 Subject: [PATCH] String cleanup. --- src/gtkUI/dialogs/configuration.py | 2 +- src/wxUI/dialogs/configuration.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gtkUI/dialogs/configuration.py b/src/gtkUI/dialogs/configuration.py index 583c12aa..6bc610bd 100644 --- a/src/gtkUI/dialogs/configuration.py +++ b/src/gtkUI/dialogs/configuration.py @@ -153,7 +153,7 @@ class audioServicesPanel(wx.Panel): self.dropbox.SetLabel(_(u"Link your Dropbox account")) def show_dialog(self): - wx.MessageDialog(self, _(u"The authorisation request will be shown on your browser. Copy the code tat Dropbox will provide and, in the text box that will appear on TW Blue, paste it. This code is necessary to continue. You only need to do it once."), _(u"Authorisation"), wx.OK).ShowModal() + wx.MessageDialog(self, _(u"The authorization request will be opened in your browser. Copy the code from Dropbox and paste it into the text box which will appear. You only need to do this once."), _(u"Authorization"), wx.OK).ShowModal() def get_response(self): dlg = wx.TextEntryDialog(self, _(u"Enter the code here."), _(u"Verification code")) diff --git a/src/wxUI/dialogs/configuration.py b/src/wxUI/dialogs/configuration.py index a4fc7174..b66e5b0d 100644 --- a/src/wxUI/dialogs/configuration.py +++ b/src/wxUI/dialogs/configuration.py @@ -285,7 +285,7 @@ class audioServicesPanel(wx.Panel): self.dropbox.SetLabel(_(u"Link your Dropbox account")) def show_dialog(self): - wx.MessageDialog(self, _(u"Dropbox will open in your browser. After you log into Dropbox, an authorization code will be generated. Please paste it into the field which will appear. You only need to do this once."), _(u"Authorization"), wx.OK).ShowModal() + wx.MessageDialog(self, _(u"The authorization request will be opened in your browser. Copy the code from Dropbox and paste it into the text box which will appear. You only need to do this once."), _(u"Authorization"), wx.OK).ShowModal() def get_response(self): dlg = wx.TextEntryDialog(self, _(u"Enter the code here."), _(u"Verification code"))