Merge "Import revised translations.  DO NOT MERGE" into honeycomb-mr1
diff --git a/src/com/android/settings/bluetooth/BluetoothProfilePreference.java b/src/com/android/settings/bluetooth/BluetoothProfilePreference.java
index e334867..8f6d0a2 100644
--- a/src/com/android/settings/bluetooth/BluetoothProfilePreference.java
+++ b/src/com/android/settings/bluetooth/BluetoothProfilePreference.java
@@ -78,8 +78,8 @@
             mProfileExpandView.setOnClickListener(this);
             mProfileExpandView.setTag(mProfile);
             mProfileExpandView.setImageResource(mExpanded
-                    ? com.android.internal.R.drawable.expander_open_holo_dark
-                    : com.android.internal.R.drawable.expander_close_holo_dark);
+                    ? com.android.internal.R.drawable.expander_close_holo_dark
+                    : com.android.internal.R.drawable.expander_open_holo_dark);
         } else {
             mProfileExpandView.setVisibility(View.GONE);
         }