remove _le suffix where not appropriate

here
Andreas Shimokawa 2016-11-19 22:45:42 +01:00
parent 029cc02a29
commit c95587c915
2 changed files with 3 additions and 3 deletions

View File

@ -21,8 +21,8 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/pebble_le_pairing_hint"
android:id="@+id/pebble_le_pair_hint"
android:text="@string/pebble_pairing_hint"
android:id="@+id/pebble_pair_hint"
android:layout_centerVertical="true"
android:layout_alignParentStart="true" />

View File

@ -354,5 +354,5 @@
<!-- Strings related to Pebble Pairing Activity-->
<string name="title_activity_pebble_pairing">Pebble Pairing</string>
<string name="pebble_le_pairing_hint">A pairing dialog is expected to pop up on your Android device. If that does not happen, look in the notification drawer and accept the pairing request. After that accept the pairing request on your Pebble</string>
<string name="pebble_pairing_hint">A pairing dialog is expected to pop up on your Android device. If that does not happen, look in the notification drawer and accept the pairing request. After that accept the pairing request on your Pebble</string>
</resources>