From 0353b82c0c2ef8e3bb9bd11eb4ecb4c4f42ca5b1 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Mon, 8 May 2017 10:11:18 +0100 Subject: [PATCH] [GTKUI] Fix typos in text strings --- deluge/ui/gtkui/glade/path_combo_chooser.ui | 2 +- deluge/ui/gtkui/glade/preferences_dialog.ui | 4 ++-- deluge/ui/gtkui/preferences.py | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/deluge/ui/gtkui/glade/path_combo_chooser.ui b/deluge/ui/gtkui/glade/path_combo_chooser.ui index 4aadcf2f7..e15f0ebd3 100644 --- a/deluge/ui/gtkui/glade/path_combo_chooser.ui +++ b/deluge/ui/gtkui/glade/path_combo_chooser.ui @@ -219,7 +219,7 @@ 5 - Enable autocomplete + Enable autocomplete False True True diff --git a/deluge/ui/gtkui/glade/preferences_dialog.ui b/deluge/ui/gtkui/glade/preferences_dialog.ui index ddbe2bad3..d3e0a3a77 100644 --- a/deluge/ui/gtkui/glade/preferences_dialog.ui +++ b/deluge/ui/gtkui/glade/preferences_dialog.ui @@ -3043,7 +3043,7 @@ used sparingly. True True False - Uses random ports in range 49152 to 65525 + Uses random ports in range 49152 to 65525 True @@ -3749,7 +3749,7 @@ the proxy instead of using the local DNS service True True False - Attempt to hide client identity and only use proxy for incoming connections. + Attempt to hide client identity and only use proxy for incoming connections. True diff --git a/deluge/ui/gtkui/preferences.py b/deluge/ui/gtkui/preferences.py index 4a7952490..c8323a754 100644 --- a/deluge/ui/gtkui/preferences.py +++ b/deluge/ui/gtkui/preferences.py @@ -982,7 +982,7 @@ class Preferences(component.Component): else: ErrorDialog( _('Server Side Error'), - _('An error ocurred on the server'), + _('An error occurred on the server'), parent=self.pref_dialog, details=failure.getErrorMessage() ).run() client.core.get_known_accounts().addCallback(on_ok).addErrback(on_fail) @@ -1043,7 +1043,7 @@ class Preferences(component.Component): else: ErrorDialog( _('Error Adding Account'), - _('An error ocurred while adding account'), + _('An error occurred while adding account'), parent=self.pref_dialog, details=failure.getErrorMessage() ).run() @@ -1076,7 +1076,7 @@ class Preferences(component.Component): def update_fail(failure): ErrorDialog( _('Error Updating Account'), - _('An error ocurred while updating account'), + _('An error occurred while updating account'), parent=self.pref_dialog, details=failure.getErrorMessage() ).run() @@ -1114,7 +1114,7 @@ class Preferences(component.Component): else: ErrorDialog( _('Error Removing Account'), - _('An error ocurred while removing account'), + _('An error occurred while removing account'), parent=self.pref_dialog, details=failure.getErrorMessage() ).run() if response_id == gtk.RESPONSE_YES: