Bug 1376484 - Remove ellipsis from Send to Device... page action menu r?eoger draft
authorJeongkyu Kim <jeongkyu.kim@gmail.com>
Thu, 06 Jul 2017 00:49:30 +0900
changeset 604222 f0db7086321859725e53135d031418d5afc61fc5
parent 604170 211d4dd61025c0a40caea7a54c9066e051bdde8c
child 636134 9171534150056b8467428aab620f0c7c98debd84
push id67010
push userbmo:jeongkyu.kim@gmail.com
push dateWed, 05 Jul 2017 15:50:03 +0000
reviewerseoger
bugs1376484
milestone56.0a1
Bug 1376484 - Remove ellipsis from Send to Device... page action menu r?eoger MozReview-Commit-ID: 6CFdAyRVQIM
browser/base/content/browser.xul
browser/locales/en-US/chrome/browser/browser.dtd
--- a/browser/base/content/browser.xul
+++ b/browser/base/content/browser.xul
@@ -471,17 +471,17 @@
                            label="&copyURLCmd.label;"
                            command="PageAction:copyURL"/>
             <toolbarbutton id="page-action-email-link-button"
                            class="subviewbutton subviewbutton-iconic"
                            label="&emailPageCmd.label;"
                            command="PageAction:emailLink"/>
             <toolbarbutton id="page-action-send-to-device-button"
                            class="subviewbutton subviewbutton-iconic subviewbutton-nav"
-                           label="&sendToDevice.label;"
+                           label="&sendToDevice.label2;"
                            closemenu="none"
                            oncommand="gPageActionButton.showSendToDeviceView(this);"/>
           </vbox>
         </panelview>
         <panelview id="page-action-sendToDeviceView"
                    class="PanelUI-subView"
                    title="&sendToDevice.viewTitle;">
           <vbox id="page-action-sendToDeviceView-body" class="panel-subview-body">
--- a/browser/locales/en-US/chrome/browser/browser.dtd
+++ b/browser/locales/en-US/chrome/browser/browser.dtd
@@ -981,13 +981,13 @@ you can use these alternative items. Oth
 <!ENTITY updateRestart.acceptButton.label "Restart and Restore">
 <!ENTITY updateRestart.acceptButton.accesskey "R">
 <!ENTITY updateRestart.cancelButton.label "Not Now">
 <!ENTITY updateRestart.cancelButton.accesskey "N">
 <!ENTITY updateRestart.panelUI.label2 "Restart to update &brandShorterName;">
 
 <!ENTITY pageActionButton.tooltip "Page actions">
 
-<!ENTITY sendToDevice.label "Send to Deviceā€¦">
+<!ENTITY sendToDevice.label2 "Send to Device">
 <!ENTITY sendToDevice.viewTitle "Send to Device">
 <!ENTITY sendToDevice.fxaRequired.label "Required">
 <!ENTITY sendToDevice.noDevices.label "No Devices Available">
 <!ENTITY sendToDevice.syncNotReady.label "Syncing Devicesā€¦">