diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/03-yum.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/03-yum.png.sh index 43f4b05..493f8a6 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/03-yum.png.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/03-yum.png.sh @@ -47,6 +47,6 @@ function render_loadConfig { DST[5]='' DST[6]='' - DST[7]="=URL_WIKI=Manuals/Docs/=MAJOR_RELEASE=/" + DST[7]="=URL_WIKI==MAJOR_RELEASE=/" } diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/03-yum.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/03-yum.png.sh index 43f4b05..493f8a6 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/03-yum.png.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/03-yum.png.sh @@ -47,6 +47,6 @@ function render_loadConfig { DST[5]='' DST[6]='' - DST[7]="=URL_WIKI=Manuals/Docs/=MAJOR_RELEASE=/" + DST[7]="=URL_WIKI==MAJOR_RELEASE=/" } diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/03-yum.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/03-yum.png.sh index 43f4b05..493f8a6 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/03-yum.png.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/03-yum.png.sh @@ -47,6 +47,6 @@ function render_loadConfig { DST[5]='' DST[6]='' - DST[7]="=URL_WIKI=Manuals/Docs/=MAJOR_RELEASE=/" + DST[7]="=URL_WIKI==MAJOR_RELEASE=/" } diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/03-yum.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/03-yum.png.sh index da14b46..493f8a6 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/03-yum.png.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/03-yum.png.sh @@ -32,6 +32,7 @@ function render_loadConfig { for INDEX in {1..6};do SRC[$INDEX]="=TEXT${INDEX}=" done + SRC[7]='=URL=' # Define replacements for translation markers. DST[0]="`gettext "Managing Software with Yum"`" @@ -46,5 +47,6 @@ function render_loadConfig { DST[5]='' DST[6]='' + DST[7]="=URL_WIKI==MAJOR_RELEASE=/" }