Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/vnclauncher.py
diff options
context:
space:
mode:
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