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

Unified Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 2807613002: Add a disabled message for the static incognito launcher shortcut (Closed)
Patch Set: Created 3 years, 8 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 | « chrome/android/java/res_template/xml/launchershortcuts.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/strings/android_chrome_strings.grd
diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd
index 33f6215f4fc235557fb0522393be9d1ea9cde389..1b3bfd38b5d723ebc6fb017628ab0e5fd08cd782 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -2852,12 +2852,17 @@ You must have Bluetooth and Location turned on in order to use the Physical Web.
</message>
<!-- Search Widget strings -->
- <message name="IDS_SEARCH_WIDGET_DEFAULT" desc= "Default text for the search widget">
+ <message name="IDS_SEARCH_WIDGET_DEFAULT" desc="Default text for the search widget">
Search
</message>
- <message name="IDS_SEARCH_WITH_PRODUCT" desc= "Text for search widget with a search engine name">
+ <message name="IDS_SEARCH_WITH_PRODUCT" desc="Text for search widget with a search engine name">
Search with <ph name="PRODUCT_NAME">%1$s<ex>Google</ex></ph>
</message>
+
+ <!-- Launcher Shortcuts -->
+ <message name="IDS_DISABLED_INCOGNITO_LAUNCHER_SHORTCUT_MESSAGE" desc="Text for a toast displayed prompting the user to remove the disabled 'New incognito tab' app shortcut and recreate it.">
+ Remove and recreate this shortcut
+ </message>
</messages>
</release>
</grit>
« no previous file with comments | « chrome/android/java/res_template/xml/launchershortcuts.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698