diff options
author | Josh Soref <jsoref@users.noreply.github.com> | 2017-01-03 05:52:37 +0000 |
---|---|---|
committer | Josh Soref <jsoref@users.noreply.github.com> | 2017-01-03 05:52:37 +0000 |
commit | 6ba4f36c76d70d86164699d5868d5e4329680fda (patch) | |
tree | 17338ed3db8069c8c7e58d7ba6d003512c181fc3 /tools/EventClients | |
parent | 9c772ebdce932e0eb2a409e8d9e98274395b6c59 (diff) |
spelling: strings
Diffstat (limited to 'tools/EventClients')
-rwxr-xr-x | tools/EventClients/Clients/PS3 BD Remote/ps3_remote.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/EventClients/Clients/PS3 BD Remote/ps3_remote.py b/tools/EventClients/Clients/PS3 BD Remote/ps3_remote.py index 3b2a8fd237..26ea1cd190 100755 --- a/tools/EventClients/Clients/PS3 BD Remote/ps3_remote.py +++ b/tools/EventClients/Clients/PS3 BD Remote/ps3_remote.py @@ -95,7 +95,7 @@ def get_remote_address(remote, target_name = "BD Remote Control"): remote.connect((target_address,19)) target_connected = True print "Remote Paired.\a" - xbmc.send_notification("Pairing Successfull", + xbmc.send_notification("Pairing Successful", "Your remote was successfully "\ "paired and is ready to be used.", bticon) |