Bug 797808 - Add an ellipsis to about:support's "Reset $BROWSER" button. r=dao.

--HG--
extra : rebase_source : 42b808a4ee3f3fe8856aa7bc7ba66ed042a52bba
This commit is contained in:
Nicholas Nethercote 2013-01-14 14:26:28 -08:00
parent 5550efaefb
commit b0eea9adaa
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
<h3>&resetProfile.title;</h3>
<p>&resetProfile.description;</p>
<button onclick="resetProfileAndRestart()">
&resetProfile.button.label;
&resetProfile.button.label2;
</button>
</div>

View File

@ -10,6 +10,6 @@
<!ENTITY resetProfile.title "Reset &brandShortName; to its default state">
<!ENTITY resetProfile.description "If you're having major problems which you can't resolve, start fresh with only your essential information.">
<!ENTITY resetProfile.button.label "Reset &brandShortName;">
<!ENTITY resetProfile.button.label2 "Reset &brandShortName;">
<!ENTITY resetProfile.cleaning.description "Please wait while &brandShortName; cleans up your old data…">