Commit 4a9e112e authored by stevenjb's avatar stevenjb Committed by Commit bot

Restore 'cancel' translation

BUG=416941

Review URL: https://codereview.chromium.org/598673002

Cr-Commit-Position: refs/heads/master@{#296271}
parent 98d8fe93
......@@ -275,6 +275,7 @@ void SimUnlockUIHTMLSource::StartDataRequest(
strings.SetString("title",
l10n_util::GetStringUTF16(IDS_SIM_UNLOCK_ENTER_PIN_TITLE));
strings.SetString("ok", l10n_util::GetStringUTF16(IDS_OK));
strings.SetString("cancel", l10n_util::GetStringUTF16(IDS_CANCEL));
strings.SetString("enterPinTitle",
l10n_util::GetStringUTF16(IDS_SIM_UNLOCK_ENTER_PIN_TITLE));
strings.SetString("enterPinMessage",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment