mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1197163 - Update reader view "Loading…" string to use ellipsis character. r=margaret"
This commit is contained in:
parent
266fadf3ce
commit
d196f9a6a3
@ -838,7 +838,7 @@ AboutReader.prototype = {
|
||||
this._headerElement.style.display = "none";
|
||||
this._contentElement.style.display = "none";
|
||||
|
||||
this._messageElement.textContent = gStrings.GetStringFromName("aboutReader.loading");
|
||||
this._messageElement.textContent = gStrings.GetStringFromName("aboutReader.loading2");
|
||||
this._messageElement.style.display = "block";
|
||||
}.bind(this), 300);
|
||||
},
|
||||
|
@ -2,7 +2,10 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
aboutReader.loading=Loading...
|
||||
#LOCALIZATION NOTE (aboutReader.loading2):
|
||||
# Use the unicode ellipsis char, \u2026,
|
||||
# or use "..." if \u2026 doesn't suit traditions in your locale.
|
||||
aboutReader.loading2=Loading…
|
||||
aboutReader.loadError=Failed to load article from page
|
||||
|
||||
aboutReader.colorScheme.light=Light
|
||||
|
Loading…
Reference in New Issue
Block a user