Fixed set_language bug (outdated identifier).

This commit is contained in:
Matias Barcenas 2017-09-08 15:28:53 -05:00
parent 3df64e5be5
commit dac8e6d6ec
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ function fluxion_set_resolution() { # Windows + Resolution
}
##################################### < Language > #####################################
function set_language() {
function fluxion_set_language() {
if [ "$FLUXIONAuto" ]; then
FLUXIONLanguage="en"
else