Skip to content

Commit

Permalink
Fix typo "percent"
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotzbua authored and florianfesti committed Sep 5, 2023
1 parent e589ecb commit d093fc3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion boxes/generators/gear.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def __init__(self) -> None:
help="angle of the teeth touching (in degrees)")
self.argparser.add_argument(
"--profile_shift", action="store", type=float, default=20,
help="in precent of the modulus")
help="in percent of the modulus")

def render(self):
# adjust to the variables you want in the local scope
Expand Down
2 changes: 1 addition & 1 deletion po/boxes.py.pot
Original file line number Diff line number Diff line change
Expand Up @@ -4122,7 +4122,7 @@ msgstr ""

#. help for parameter profile_shift
#: boxes/generators/gear.py
msgid "in precent of the modulus"
msgid "in percent of the modulus"
msgstr ""

#. name of box generator
Expand Down
2 changes: 1 addition & 1 deletion po/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -1324,7 +1324,7 @@ msgstr "Zahndicke"

#. help for parameter profile_shift
#: boxes/generators/gear.py
msgid "in precent of the modulus"
msgid "in percent of the modulus"
msgstr "in Prozent des Betrags"

#. name of box generator
Expand Down
4 changes: 2 additions & 2 deletions po/en.po
Original file line number Diff line number Diff line change
Expand Up @@ -1309,8 +1309,8 @@ msgstr "profile_shift"

#. help for parameter profile_shift
#: boxes/generators/gear.py
msgid "in precent of the modulus"
msgstr "in precent of the modulus"
msgid "in percent of the modulus"
msgstr "in percent of the modulus"

#. name of box generator
#: boxes/generators/gearbox.py
Expand Down
2 changes: 1 addition & 1 deletion po/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -1301,7 +1301,7 @@ msgstr "glissement de profil"

#. help for parameter profile_shift
#: boxes/generators/gear.py
msgid "in precent of the modulus"
msgid "in percent of the modulus"
msgstr "en pourcentage du module"

#. name of box generator
Expand Down
2 changes: 1 addition & 1 deletion po/zh_CN.po
Original file line number Diff line number Diff line change
Expand Up @@ -1840,7 +1840,7 @@ msgstr "树莓派有多少个插槽"
msgid "how much should fingers widen (-80 to 80)"
msgstr "凹槽应该加宽多少(-80到80)"

msgid "in precent of the modulus"
msgid "in percent of the modulus"
msgstr "以模量的百分比表示"

msgid "in_place_supports"
Expand Down

0 comments on commit d093fc3

Please sign in to comment.