diff options
Diffstat (limited to 'plugins/python/welcome/binary.py')
-rw-r--r-- | plugins/python/welcome/binary.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/python/welcome/binary.py b/plugins/python/welcome/binary.py index a9b508d..205934e 100644 --- a/plugins/python/welcome/binary.py +++ b/plugins/python/welcome/binary.py @@ -35,6 +35,6 @@ class NewBinary(SmallBoard): def get_location(self): - """Fournit la localisation souhaitée pour la plache.""" + """Fournit la localisation souhaitée pour la planche.""" return [ 0, 0, 1, 1 ] |