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

MozReview-Commit-ID: 5g6IuuV51P6
This commit is contained in:
Jeongkyu Kim 2017-06-09 12:25:41 +09:00 committed by Edouard Oger
parent 4be287fced
commit 3869f41093
3 changed files with 6 additions and 6 deletions

View File

@ -326,12 +326,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, "");
}
}

View File

@ -393,7 +393,7 @@ add_task(async function sendToDevice_devices() {
expectedItems.push(
null,
{
label: "All Devices",
label: "Send to All Devices",
}
);
checkSendToDeviceItems(expectedItems);

View File

@ -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 Tab/Page/Link 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,