mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-18 14:26:24 +00:00
[GTKUI] Fix typos in text strings
This commit is contained in:
parent
23a34c6bac
commit
0353b82c0c
@ -982,7 +982,7 @@ class Preferences(component.Component):
|
|||||||
else:
|
else:
|
||||||
ErrorDialog(
|
ErrorDialog(
|
||||||
_('Server Side Error'),
|
_('Server Side Error'),
|
||||||
_('An error ocurred on the server'),
|
_('An error occurred on the server'),
|
||||||
parent=self.pref_dialog, details=failure.getErrorMessage()
|
parent=self.pref_dialog, details=failure.getErrorMessage()
|
||||||
).run()
|
).run()
|
||||||
client.core.get_known_accounts().addCallback(on_ok).addErrback(on_fail)
|
client.core.get_known_accounts().addCallback(on_ok).addErrback(on_fail)
|
||||||
@ -1043,7 +1043,7 @@ class Preferences(component.Component):
|
|||||||
else:
|
else:
|
||||||
ErrorDialog(
|
ErrorDialog(
|
||||||
_('Error Adding Account'),
|
_('Error Adding Account'),
|
||||||
_('An error ocurred while adding account'),
|
_('An error occurred while adding account'),
|
||||||
parent=self.pref_dialog, details=failure.getErrorMessage()
|
parent=self.pref_dialog, details=failure.getErrorMessage()
|
||||||
).run()
|
).run()
|
||||||
|
|
||||||
@ -1076,7 +1076,7 @@ class Preferences(component.Component):
|
|||||||
def update_fail(failure):
|
def update_fail(failure):
|
||||||
ErrorDialog(
|
ErrorDialog(
|
||||||
_('Error Updating Account'),
|
_('Error Updating Account'),
|
||||||
_('An error ocurred while updating account'),
|
_('An error occurred while updating account'),
|
||||||
parent=self.pref_dialog, details=failure.getErrorMessage()
|
parent=self.pref_dialog, details=failure.getErrorMessage()
|
||||||
).run()
|
).run()
|
||||||
|
|
||||||
@ -1114,7 +1114,7 @@ class Preferences(component.Component):
|
|||||||
else:
|
else:
|
||||||
ErrorDialog(
|
ErrorDialog(
|
||||||
_('Error Removing Account'),
|
_('Error Removing Account'),
|
||||||
_('An error ocurred while removing account'),
|
_('An error occurred while removing account'),
|
||||||
parent=self.pref_dialog, details=failure.getErrorMessage()
|
parent=self.pref_dialog, details=failure.getErrorMessage()
|
||||||
).run()
|
).run()
|
||||||
if response_id == gtk.RESPONSE_YES:
|
if response_id == gtk.RESPONSE_YES:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user