Bug 1368145 - Change 'All Devices' to 'Send to All Devices' with its property name r=eoger

MozReview-Commit-ID: 5g6IuuV51P6

--HG--
extra : rebase_source : 160fe8cfb7a4d000e956ee00a05d483e1d86e4fa
This commit is contained in:
Jeongkyu Kim 2017-06-09 12:25:41 +09:00
Родитель e497b77c77
Коммит 7970589045
2 изменённых файлов: 5 добавлений и 5 удалений

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

@ -322,12 +322,12 @@ var gSync = {
addTargetDevice(client.id, client.name, client.type);
}
// "All devices" menu item
// "Send to All Devices" menu item
if (clients.length > 1) {
const separator = createDeviceNodeFn();
separator.classList.add("sync-menuitem");
fragment.appendChild(separator);
const allDevicesLabel = this.fxaStrings.GetStringFromName("sendTabToAllDevices.menuitem");
const allDevicesLabel = this.fxaStrings.GetStringFromName("sendToAllDevices.menuitem");
addTargetDevice("", allDevicesLabel, "");
}

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

@ -35,9 +35,9 @@ syncStartNotification.body2 = %S will begin syncing momentarily.
deviceDisconnectedNotification.title = Sync disconnected
deviceDisconnectedNotification.body = This computer has been successfully disconnected from Firefox Sync.
# LOCALIZATION NOTE (sendTabToAllDevices.menuitem)
# Displayed in the Send Tabs context menu when right clicking a tab, a page or a link.
sendTabToAllDevices.menuitem = All Devices
# LOCALIZATION NOTE (sendToAllDevices.menuitem)
# Displayed in the Send Page to Device context menu when right clicking a tab, a page or a link.
sendToAllDevices.menuitem = Send to All Devices
# LOCALIZATION NOTE (tabArrivingNotification.title, tabArrivingNotificationWithDevice.title,
# tabsArrivingNotification.title, unnamedTabsArrivingNotification2.body,