Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extensions/deviceicon/network.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/deviceicon/network.py b/extensions/deviceicon/network.py
index 6f5a19a..611ef7d 100644
--- a/extensions/deviceicon/network.py
+++ b/extensions/deviceicon/network.py
@@ -672,8 +672,8 @@ class OlpcMeshDeviceView(ToolButton):
network.DEVICE_STATE_NEED_AUTH,
network.DEVICE_STATE_IP_CONFIG,
network.DEVICE_STATE_ACTIVATED):
- text = (_("Mesh Network") + " " +
- glib.markup_escape_text(str(self._channel)))
+ text = (_("Mesh Network %s") %
+ (glib.markup_escape_text(str(self._channel)),))
else:
text = _("Mesh Network")
self._palette.props.primary_text = text