File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed
Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1313| [ ** Translations** ] ( docs/translations.md )
1414| [ ** Additional mods** ] ( #additional-mods )
1515
16- This is an updated version of [ killap's Restoration Project] ( http://killap.net/ ) for Fallout 2.
16+ ** Restoration Project, updated** is based on [ killap's Restoration Project] ( http://killap.net/ ) for Fallout 2.
1717
1818### Installation
1919
Original file line number Diff line number Diff line change 1- {100}{}{You are running killap's Fallout 2 Restoration Project. Version 2.3.3u . Thanks for installing!}
2- {101}{}{You are running killap's Fallout 2 Restoration Project. Version 2.3.3u . Thanks for installing!}
1+ {100}{}{You are running RPU v2.x.x, based on killap's F2 Restoration Project. Thanks for installing!}
2+ {101}{}{You are running RPU v2.x.x, based on killap's F2 Restoration Project. Thanks for installing!}
Original file line number Diff line number Diff line change @@ -16,10 +16,7 @@ for lang in $(ls $lang_dir); do
1616 patchinf=" $lang_dir /$lang /dialog/patchinf.msg"
1717 # display current version
1818 # shellcheck disable=SC2154 # from package.sh
19- sed -i " s|2\.3\.3u[0-9]*\.|${version} .|" " $patchinf "
20- # if the string is untranslated, still show correct language
21- lang_name=" ${lang^} "
22- sed -i " s|English|$lang_name |" " $patchinf "
19+ sed -i " s|2\.x\.x.|${version} .|" " $patchinf "
2320done
2421
2522# duplicate cuts for english language, otherwise sfall won't display them in english
You can’t perform that action at this time.
0 commit comments