| Index: chrome/android/java/res/layout/password_entry_editor.xml
|
| diff --git a/chrome/android/java/res/layout/password_entry_editor.xml b/chrome/android/java/res/layout/password_entry_editor.xml
|
| index 0957ea222944a7bf20be11c9b660f3b55a173ff0..544b8bbddb1ec864693e93e9b4235083f59c5989 100644
|
| --- a/chrome/android/java/res/layout/password_entry_editor.xml
|
| +++ b/chrome/android/java/res/layout/password_entry_editor.xml
|
| @@ -55,24 +55,24 @@
|
| android:dividerPadding="0dp"
|
| android:orientation="horizontal"
|
| android:showDividers="middle">
|
| -
|
| +
|
| <Button
|
| - android:id="@+id/password_entry_editor_delete"
|
| + android:id="@+id/password_entry_editor_cancel"
|
| style="?android:attr/buttonBarButtonStyle"
|
| android:layout_width="match_parent"
|
| android:layout_height="match_parent"
|
| android:layout_weight="1"
|
| android:focusable="true"
|
| - android:text="@string/delete" />
|
| + android:text="@string/cancel" />
|
|
|
| <Button
|
| - android:id="@+id/password_entry_editor_cancel"
|
| + android:id="@+id/password_entry_editor_delete"
|
| style="?android:attr/buttonBarButtonStyle"
|
| android:layout_width="match_parent"
|
| android:layout_height="match_parent"
|
| android:layout_weight="1"
|
| android:focusable="true"
|
| - android:text="@string/cancel" />
|
| + android:text="@string/delete" />
|
| </LinearLayout>
|
| </LinearLayout>
|
|
|
|
|