Bug 784153: remove "Oops" in social undo button string, r=jaws, ui-r=boriss

--HG--
extra : transplant_source : %28N/%F9%B4Y%ABu%FD%AC%E7%BE%F3%1E%92%3D%CD%C7%C1%CE
This commit is contained in:
Gavin Sharp 2012-08-23 16:33:10 -07:00
parent 34e3fb0332
commit b8a6dfc28b
2 changed files with 6 additions and 6 deletions

View File

@ -192,8 +192,8 @@
<hbox pack="end" align="center" class="popup-notification-button-container">
#ifdef XP_UNIX
<button id="social-undoactivation-button"
label="&social.activated.button.label;"
accesskey="&social.activated.button.accesskey;"
label="&social.activated.undobutton.label;"
accesskey="&social.activated.undobutton.accesskey;"
onclick="SocialUI.undoActivation();"/>
<button default="true"
autofocus="autofocus"
@ -207,8 +207,8 @@
accesskey="&social.ok.accesskey;"
oncommand="SocialUI.notificationPanel.hidePopup();"/>
<button id="social-undoactivation-button"
label="&social.activated.button.label;"
accesskey="&social.activated.button.accesskey;"
label="&social.activated.undobutton.label;"
accesskey="&social.activated.undobutton.accesskey;"
onclick="SocialUI.undoActivation();"/>
#endif
</hbox>

View File

@ -673,5 +673,5 @@ toolbar button -->
<!ENTITY social.toggleSidebar.label "Show sidebar">
<!ENTITY social.toggleSidebar.accesskey "s">
<!ENTITY social.activated.button.label "Oops, undo">
<!ENTITY social.activated.button.accesskey "u">
<!ENTITY social.activated.undobutton.label "Undo">
<!ENTITY social.activated.undobutton.accesskey "U">