summaryrefslogtreecommitdiff
path: root/plugins/python/welcome/board.py
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-12-23 23:59:09 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-12-23 23:59:09 (GMT)
commit64b50b60e45e4d343ff257c3c9e10788f624a713 (patch)
treec2f06c08c1bdde4b848d4f7ce89af64cd04713ca /plugins/python/welcome/board.py
parent5710f9d5be56b427ccfa48f6a730d70396817efe (diff)
Avoided to crash when the website is not reachable.
Diffstat (limited to 'plugins/python/welcome/board.py')
-rw-r--r--plugins/python/welcome/board.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/python/welcome/board.py b/plugins/python/welcome/board.py
index ebebbc3..39cd885 100644
--- a/plugins/python/welcome/board.py
+++ b/plugins/python/welcome/board.py
@@ -67,13 +67,13 @@ class SmallBoard(Gtk.EventBox):
def get_location(self):
- """Fournit la localisation souhaitée pour la plache."""
+ """Fournit la localisation souhaitée pour la planche."""
pass
def attach(self, manager):
- """Lie partiellement la plache à son support et suit les survols."""
+ """Lie partiellement la planche à son support et suit les survols."""
child = self.get_child()