|
@@ -40,7 +40,7 @@ diff --git a/chrome/android/java/res/menu/main_menu_regroup.xml b/chrome/android
|
|
<item android:id="@+id/managed_by_menu_id"
|
|
<item android:id="@+id/managed_by_menu_id"
|
|
android:title="@string/managed" />
|
|
android:title="@string/managed" />
|
|
+ <item android:id="@+id/exit_id"
|
|
+ <item android:id="@+id/exit_id"
|
|
-+ android:title="@string/menu_exit"
|
|
|
|
|
|
++ android:title="@string/menu_exit"
|
|
+ android:icon="@drawable/ic_exit_to_app_white_24dp"/>
|
|
+ android:icon="@drawable/ic_exit_to_app_white_24dp"/>
|
|
</group>
|
|
</group>
|
|
|
|
|
|
@@ -97,3 +97,6 @@ diff --git a/chrome/browser/ui/android/strings/android_chrome_strings.grd b/chro
|
|
<message name="IDS_MENU_CLOSE_ALL_TABS" desc="Menu item for closing all open tabs. [CHAR-LIMIT=27]">
|
|
<message name="IDS_MENU_CLOSE_ALL_TABS" desc="Menu item for closing all open tabs. [CHAR-LIMIT=27]">
|
|
Close all tabs
|
|
Close all tabs
|
|
</message>
|
|
</message>
|
|
|
|
+--
|
|
|
|
+2.17.1
|
|
|
|
+
|