Skip to content

Commit 18e7fcb

Browse files
committed
Fix patchinf punctuation
1 parent 9dd594c commit 18e7fcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extra/package/translations.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ for lang in $(ls $lang_dir); do
1515
patchinf="$lang_dir/$lang/dialog/patchinf.msg"
1616
# display current version
1717
# shellcheck disable=SC2154 # from package.sh
18-
sed -i "s|v1\.02\.x|1.02.${version}.|" "$patchinf"
18+
sed -i "s|v1\.02\.x|1.02.${version}|" "$patchinf"
1919
done
2020

2121
# duplicate cuts for english language, otherwise sfall won't display them in english

0 commit comments

Comments
 (0)