Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(78)

Unified Diff: components/translate_strings.grdp

Issue 1585923007: Fix placeholder numbering in iOS specific strings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ios/chrome/app/strings/ios_chromium_strings.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/translate_strings.grdp
diff --git a/components/translate_strings.grdp b/components/translate_strings.grdp
index fb8caebc4e11c26cfba15d89844989168bbd87f8..b4de758144ccf4c75a73048b578574eb07e2f63a 100644
--- a/components/translate_strings.grdp
+++ b/components/translate_strings.grdp
@@ -42,18 +42,6 @@
<message name="IDS_TRANSLATE_INFOBAR_NEVER_TRANSLATE" desc="Button label shown to never translate a specific language in the translate infobar">
Never translate <ph name="language">$1<ex>French</ex></ph>
</message>
- <if expr="is_ios">
- <if expr="_google_chrome">
- <message name="IDS_TRANSLATE_INFOBAR_NEVER_MESSAGE_IOS" desc="Message for the Translate infobar to allow the user to opt out. [Length: 250em] [iOS only]">
- Would you like Google Chrome to offer to translate <ph name="LANGUAGE_NAME">$2<ex>French</ex></ph> pages from this site next time?
- </message>
- </if>
- <if expr="not _google_chrome">
- <message name="IDS_TRANSLATE_INFOBAR_NEVER_MESSAGE_IOS" desc="Message for the Translate infobar to allow the user to opt out. [Length: 250em] [iOS only]">
- Would you like Chromium to offer to translate <ph name="LANGUAGE_NAME">$2<ex>French</ex></ph> pages from this site next time?
- </message>
- </if>
- </if>
<message name="IDS_TRANSLATE_INFOBAR_ALWAYS_TRANSLATE" desc="Button label shown to always translate a specific language in the translate infobar">
Always translate <ph name="language">$1<ex>English</ex></ph>
</message>
« no previous file with comments | « no previous file | ios/chrome/app/strings/ios_chromium_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698