Skip to content

Commit e301ee5

Browse files
committed
Clarify version semantics. Ref BGforgeNet/Fallout2_Restoration_Project#346
1 parent fa90d5c commit e301ee5

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
| [**Translations**](docs/translations.md)
1414
| [**Additional mods**](#additional-mods)
1515

16-
This is an updated version of [killap's Unofficial Patch](http://killap.net/) for Fallout 2.
16+
**Unofficial Patch, updated** is based on [killap's Unofficial Patch](http://killap.net/) for Fallout 2.
1717

1818
### Installation
1919

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
{100}{}{You are running killap's unofficial F2 patch. Version 1.02.31u. English language edition. Thanks for installing!}
2-
{101}{}{You are running killap's unofficial F2 patch. Version 1.02.31u. English language edition. Thanks for installing!}
1+
{100}{}{You are running UPU v1.02.x, based on killap's unofficial F2 patch. Thanks for installing!}
2+
{101}{}{You are running UPU v1.02.x, based on killap's unofficial F2 patch. Thanks for installing!}

extra/package/translations.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +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|1\.02\.31u[0-9]*\.|1.02.${version}.|" "$patchinf"
19-
# if the string is untranslated, still show correct language
20-
lang_name="${lang^}"
21-
sed -i "s|English|$lang_name|" "$patchinf"
18+
sed -i "s|v1\.02\.x|1.02.${version}.|" "$patchinf"
2219
done
2320

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

0 commit comments

Comments
 (0)