Bug 1197163 - Update reader view "Loading…" string to use ellipsis character. r=margaret"

This commit is contained in:
Shivin Yadav 2016-01-06 10:40:34 -05:00
parent 266fadf3ce
commit d196f9a6a3
2 changed files with 5 additions and 2 deletions

View File

@ -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);
},

View File

@ -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