Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/vnclauncher.py
diff options
context:
space:
mode:
authorIgnacio Rodríguez <ignaciorodriguez@sugarlabs.org>2013-05-22 19:43:05 (GMT)
committer Ignacio Rodríguez <ignaciorodriguez@sugarlabs.org>2013-05-22 19:43:05 (GMT)
commit6ef91c3eeb090b0824ac3cbb5a74463cadaba357 (patch)
tree946ddf8bd53bd57f18049cb451094223373d0101 /vnclauncher.py
parent4335f12f934206f2704755fbc3c20a4b9bf821a2 (diff)
Diffstat (limited to 'vnclauncher.py')
-rwxr-xr-xvnclauncher.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnclauncher.py b/vnclauncher.py
index bea74ff..96d98c0 100755
--- a/vnclauncher.py
+++ b/vnclauncher.py
@@ -226,7 +226,7 @@ class VncLauncherActivity(activity.Activity):
ip = error
ip = ip.replace(":", "")
- if error == _("No wireless connection."):
+ if ip == _("No wireless connection."):
mensaje = error
else:
mensaje = "IP: " + ip