am c7e71159: Merge "Missing translation for Save Bookmark in Browser"

* commit 'c7e711599ced508057cf96f4a120a8ed8f8636a3':
  Missing translation for Save Bookmark in Browser
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index d871dbf..9b29fd2 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -184,7 +184,7 @@
                     android:resource="@xml/bookmarks_searchable" />
         </activity>
 
-        <activity android:name="AddBookmarkPage" android:label="Save bookmark"
+        <activity android:name="AddBookmarkPage" android:label="@string/bookmarks_add_page"
                   android:theme="@style/DialogWhenLarge"
                   android:configChanges="orientation|keyboardHidden|screenSize"
                   android:windowSoftInputMode="adjustResize">
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5720410..079d893 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -48,6 +48,8 @@
     <string name="password">Password</string>
     <!-- The label on the "sign in" button -->
     <string name="action">Sign in</string>
+    <!-- The name of the add bookmark page activity.-->
+    <string name="bookmarks_add_page">Save bookmark</string>
     <!-- The name of the bookmarks and history search suggestion source.  -->
     <string name="bookmarks_search">Browser</string>
     <!-- Label for a cancel button.  It is used for multiple cancel buttons in different contexts -->