Skip to content
This repository was archived by the owner on Dec 31, 2019. It is now read-only.

Commit 7ce261b

Browse files
committed
Update openplotter.py
1 parent 3146e61 commit 7ce261b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openplotter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -724,11 +724,11 @@ def enable_disable_wifi(self, s):
724724
self.wifi_enable.SetValue(False)
725725

726726
def OnAboutBox(self, e):
727-
description = _("OpenPlotter is a DIY open-source low-cost low-consumption sailing platform to run on x86 laptops and ARM boards (Raspberry Pi, Banana Pi, BeagleBone, Cubieboard...)")
727+
description = _("OpenPlotter is a DIY, open-source, low-cost and low-consumption sailing platform to run on x86 laptops and ARM boards (Raspberry Pi, BeagleBone Black, Odroid C1...)")
728728
licence = """This program is free software: you can redistribute it
729729
and/or modify it under the terms of the GNU General Public License
730730
as published by the Free Software Foundation, either version 2 of
731-
the License, or (at your option) any later version.
731+
the License, or any later version.
732732
733733
This program is distributed in the hope that it will be useful, but
734734
WITHOUT ANY WARRANTY; without even the implied warranty of

0 commit comments

Comments
 (0)