am f729f221: Help & feedback should be the very last item in the menu

* commit 'f729f2214f1479904e2e190fc08f3d807f747eb6':
  Help & feedback should be the very last item in the menu
diff --git a/java/src/com/android/inputmethod/latin/settings/SettingsFragment.java b/java/src/com/android/inputmethod/latin/settings/SettingsFragment.java
index 217a407..ff74958 100644
--- a/java/src/com/android/inputmethod/latin/settings/SettingsFragment.java
+++ b/java/src/com/android/inputmethod/latin/settings/SettingsFragment.java
@@ -32,9 +32,9 @@
     // We don't care about menu grouping.
     private static final int NO_MENU_GROUP = Menu.NONE;
     // The first menu item id and order.
-    private static final int MENU_HELP_AND_FEEDBACK = Menu.FIRST;
+    private static final int MENU_ABOUT = Menu.FIRST;
     // The second menu item id and order.
-    private static final int MENU_ABOUT = Menu.FIRST + 1;
+    private static final int MENU_HELP_AND_FEEDBACK = Menu.FIRST + 1;
 
     @Override
     public void onCreate(final Bundle icicle) {