Index: chrome/android/shell/java/AndroidManifest.xml.jinja2 |
diff --git a/chrome/android/shell/java/AndroidManifest.xml.jinja2 b/chrome/android/shell/java/AndroidManifest.xml.jinja2 |
index 95aa0f772fb425adcf858bf9de3391badcac5960..43b31782954564edbaa0f906cb1bea3c6854647f 100644 |
--- a/chrome/android/shell/java/AndroidManifest.xml.jinja2 |
+++ b/chrome/android/shell/java/AndroidManifest.xml.jinja2 |
@@ -38,7 +38,7 @@ |
<application android:name="org.chromium.chrome.shell.ChromeShellApplication" |
android:icon="@mipmap/app_icon" |
- android:label="Chrome Shell"> |
+ android:label="@string/app_name"> |
<activity android:name="org.chromium.chrome.shell.ChromeShellActivity" |
android:launchMode="singleTask" |
android:theme="@style/MainTheme" |