Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.

Commit b3f3c7f

Browse files
author
Rob Bishop
committed
Merge pull request #86 from lurch/force_arora_language
Ensure that Arora is displayed in English when NOOBS is set to "English ...
2 parents 82ffa01 + 0b82213 commit b3f3c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recovery/mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ void MainWindow::startBrowser()
515515
else
516516
{
517517
QProcess *proc = new QProcess(this);
518-
proc->start(QString("arora -lang %1 " HOMEPAGE).arg(*_currentLang!=""?*_currentLang:"en"));
518+
proc->start(QString("arora -lang %1 " HOMEPAGE).arg((*_currentLang!="gb" && *_currentLang!="us")?*_currentLang:"en"));
519519
}
520520
}
521521

0 commit comments

Comments
 (0)