Bug 1575304 - Remove ellipses after Learn more r=johannh

Differential Revision: https://phabricator.services.mozilla.com/D46350

--HG--
extra : moz-landing-system : lando
This commit is contained in:
mcrawford@mozilla.com 2019-10-14 17:23:43 +00:00
Родитель 5306157de7
Коммит ce85a5594e
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -84,7 +84,7 @@
</vbox>
<toolbarbutton class="messageCloseButton close-icon popup-notification-closebutton tabbable" tooltiptext="&closeNotification.tooltip;"></toolbarbutton>
</hbox>
<label class="popup-notification-learnmore-link" is="text-link">&learnMore;</label>
<label class="popup-notification-learnmore-link" is="text-link">&learnMoreNoEllipsis;</label>
<checkbox class="popup-notification-checkbox" oncommand="PopupNotifications._onCheckboxCommand(event)"></checkbox>
<description class="popup-notification-warning"></description>
</vbox>

Просмотреть файл

@ -6,7 +6,7 @@
<!ENTITY checkForUpdates "Check for updates…">
<!ENTITY learnMore "Learn more">
<!ENTITY learnMoreNoEllipsis "Learn more">
<!ENTITY defaultButton.label "OK!">
<!ENTITY defaultButton.accesskey "O">