mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-10 12:09:27 +01:00
remove _le suffix where not appropriate
This commit is contained in:
parent
029cc02a29
commit
c95587c915
@ -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" />
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user