Skip to content

Commit 61fbf38

Browse files
committed
Extract Input Settings preference header string.
Fixes signalapp#1159 FREEBIE
1 parent 8b21f3f commit 61fbf38

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

res/values/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -649,6 +649,7 @@
649649
<string name="preferences__pref_all_mms_title">Receive all MMS</string>
650650
<string name="preferences__use_textsecure_for_viewing_and_storing_all_incoming_text_messages">Use TextSecure for viewing and storing all incoming text messages</string>
651651
<string name="preferences__use_textsecure_for_viewing_and_storing_all_incoming_multimedia_messages">Use TextSecure for viewing and storing all incoming multimedia messages</string>
652+
<string name="preferences__input_settings">Input Settings</string>
652653
<string name="preferences__enable_enter_key_title">Enable Enter key</string>
653654
<string name="preferences__replace_smiley_with_enter_key">Replace the smiley key with an enter key</string>
654655
<string name="preferences__pref_enter_sends_title">Enter sends</string>

res/xml/preferences.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272

7373
</PreferenceCategory>
7474

75-
<PreferenceCategory android:title="Input Settings">
75+
<PreferenceCategory android:title="@string/preferences__input_settings">
7676
<CheckBoxPreference android:defaultValue="false"
7777
android:key="pref_enter_key"
7878
android:title="@string/preferences__enable_enter_key_title"

0 commit comments

Comments
 (0)