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

Unified Diff: chrome/android/webapk/strings/android_webapk_strings.grd

Issue 2948653002: Allow localization of WebApk name. (Closed)
Patch Set: Created 3 years, 6 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
Index: chrome/android/webapk/strings/android_webapk_strings.grd
diff --git a/chrome/android/webapk/strings/android_webapk_strings.grd b/chrome/android/webapk/strings/android_webapk_strings.grd
index 1ca3d61f1ff355d3aa97f36f8881b5279c36f05d..ae2b7e2b84b94943a5e249dfc30ace4c9381246d 100644
--- a/chrome/android/webapk/strings/android_webapk_strings.grd
+++ b/chrome/android/webapk/strings/android_webapk_strings.grd
@@ -112,6 +112,10 @@
<message name="IDS_INSTALL_HOST_BROWSER_DIALOG_INSTALL_BUTTON" desc="Text for the install button on the dialog. ">
INSTALL
</message>
+ <message name="IDS_NAME" desc="The application name of the WebAPK." translateable="false">
pkotwicz 2017/06/20 19:39:49 Nit: Remove the word "application" Technically, t
Xi Han 2017/06/21 14:46:36 Done.
+ </message>
+ <message name="IDS_SHORT_NAME" desc="The short application name of the WebAPK." translateable="false">
+ </message>
</messages>
</release>
</grit>

Powered by Google App Engine
This is Rietveld 408576698