mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-17 02:03:33 +01:00
Annotate most strings which need to be explicitly localified.
This commit is contained in:
@@ -308,7 +308,7 @@ var StatusLine = Module("statusline", {
|
||||
else if (typeof progress == "number") {
|
||||
let progressStr = "";
|
||||
if (this._progress <= 0)
|
||||
progressStr = "[ Loading... ]";
|
||||
progressStr = /*L*/"[ Loading... ]";
|
||||
else if (this._progress < 1) {
|
||||
let progress = Math.round(this._progress * 20);
|
||||
progressStr = "["
|
||||
|
||||
Reference in New Issue
Block a user