diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2023-05-01 12:02:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-01 12:02:49 +0200 |
| commit | 76af7ffcf29b7b604693117af6e8766ee6977a34 (patch) | |
| tree | 51fd6350308dc378e3b4f442765f07981713b65d /lib/commands.py | |
| parent | f43e33d40b5efefa8a715929630cdd91d54d1f2e (diff) | |
rename target position command (#2247)
Diffstat (limited to 'lib/commands.py')
| -rw-r--r-- | lib/commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/commands.py b/lib/commands.py index f30d6423..2bae2ca6 100644 --- a/lib/commands.py +++ b/lib/commands.py @@ -27,7 +27,7 @@ COMMANDS = { "fill_end": N_("Fill stitch ending position"), # L10N command attached to an object - "ripple_target": N_("Ripple stitch target position"), + "ripple_target": N_("Target position"), # L10N command attached to an object "run_start": N_("Auto-route running stitch starting position"), |
