зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1197163 - Update reader view "Loading…" string to use ellipsis character. r=margaret"
--HG-- extra : commitid : ERl2iY2nQk7 extra : rebase_source : 054979ee44c1ac12b134ed65b1863e871675927c
This commit is contained in:
Родитель
ae8291f19d
Коммит
c07b3836cc
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче