mirror of
https://github.com/oxen-io/session-android.git
synced 2023-12-14 02:53:01 +01:00
Enter key string.xml references
To allow for translations
This commit is contained in:
parent
8186694555
commit
389fdaed32
1 changed files with 2 additions and 2 deletions
|
@ -72,8 +72,8 @@
|
|||
<PreferenceCategory android:title="Input Settings">
|
||||
<CheckBoxPreference android:defaultValue="false"
|
||||
android:key="pref_enter_key"
|
||||
android:title="Enable enter key"
|
||||
android:summary="Replace the smiley key with an enter key"/>
|
||||
android:title="@string/preferences__enable_enter_key_title"
|
||||
android:summary="@string/preferences__replace_smiley_with_enter_key"/>
|
||||
|
||||
<CheckBoxPreference android:defaultValue="false"
|
||||
android:key="pref_enter_sends"
|
||||
|
|
Loading…
Reference in a new issue