[tor-commits] [tor-browser/tor-browser-60.1.0esr-8.0-1] Bug 26048: potentially confusing "restart to update" message
    gk at torproject.org 
    gk at torproject.org
       
    Tue Aug 28 21:17:27 UTC 2018
    
    
  
commit 5e9fd4fcc131a2f7d17440c739db26f8c1fc893c
Author: Kathy Brade <brade at pearlcrescent.com>
Date:   Tue Aug 28 11:58:55 2018 -0400
    Bug 26048: potentially confusing "restart to update" message
    
    Within the update doorhanger, remove the misleading message that mentions
    that windows will be restored after an update is applied, and replace the
    "Restart and Restore" button label with an existing
    "Restart to update Tor Browser" string.
---
 browser/components/customizableui/content/panelUI.inc.xul | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/browser/components/customizableui/content/panelUI.inc.xul b/browser/components/customizableui/content/panelUI.inc.xul
index 3aab2fd2587d..5891556a6e5f 100644
--- a/browser/components/customizableui/content/panelUI.inc.xul
+++ b/browser/components/customizableui/content/panelUI.inc.xul
@@ -123,7 +123,7 @@
   <popupnotification id="appMenu-update-restart-notification"
                      popupid="update-restart"
                      label="&updateRestart.header.message2;"
-                     buttonlabel="&updateRestart.acceptButton.label;"
+                     buttonlabel="&updateRestart.header.message2;"
                      buttonaccesskey="&updateRestart.acceptButton.accesskey;"
                      closebuttonhidden="true"
                      secondarybuttonlabel="&updateRestart.cancelButton.label;"
@@ -133,7 +133,7 @@
                      buttonhighlight="true"
                      hidden="true">
     <popupnotificationcontent id="update-restart-notification-content" orient="vertical">
-      <description id="update-restart-description">&updateRestart.message2;</description>
+      <description id="update-restart-description"> </description>
     </popupnotificationcontent>
   </popupnotification>
 </panel>
    
    
More information about the tor-commits
mailing list