Fixed set_language bug (outdated identifier).
This commit is contained in:
parent
3df64e5be5
commit
dac8e6d6ec
|
@ -336,7 +336,7 @@ function fluxion_set_resolution() { # Windows + Resolution
|
|||
}
|
||||
|
||||
##################################### < Language > #####################################
|
||||
function set_language() {
|
||||
function fluxion_set_language() {
|
||||
if [ "$FLUXIONAuto" ]; then
|
||||
FLUXIONLanguage="en"
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue