diff --git a/Scripts/Functions/cli_replaceTMarkers.sh b/Scripts/Functions/cli_replaceTMarkers.sh index c4d8f4c..b8da75a 100755 --- a/Scripts/Functions/cli_replaceTMarkers.sh +++ b/Scripts/Functions/cli_replaceTMarkers.sh @@ -58,11 +58,11 @@ function cli_replaceTMarkers { # Define theme translation markers. SRC[((++${#SRC[*]}))]='=THEME=' - DST[((++${#DST[*]}))]="$(cli_getPathComponent $OUTPUT --theme)" + DST[((++${#DST[*]}))]="$(cli_getPathComponent $OUTPUT --motif)" SRC[((++${#SRC[*]}))]='=THEMENAME=' - DST[((++${#DST[*]}))]="$(cli_getPathComponent $OUTPUT --theme-name)" + DST[((++${#DST[*]}))]="$(cli_getPathComponent $OUTPUT --motif-name)" SRC[((++${#SRC[*]}))]='=THEMERELEASE=' - DST[((++${#DST[*]}))]="$(cli_getPathComponent $OUTPUT --theme-release)" + DST[((++${#DST[*]}))]="$(cli_getPathComponent $OUTPUT --motif-release)" # Define release-specific translation markers. SRC[((++${#SRC[*]}))]='=RELEASE='