summaryrefslogtreecommitdiff
path: root/plugins/python/welcome/board.py
diff options
context:
space:
mode:
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()