Skip to content

Commit

Permalink
Fix translated string
Browse files Browse the repository at this point in the history
  • Loading branch information
valldrac committed Apr 4, 2020
1 parent 4712bd6 commit 0e1870a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1498,12 +1498,13 @@
<string name="preferences__passphrase_lock">Database encryption</string>
<string name="preferences__protect_molly_database_with_a_passphrase">Protect Molly\'s database with a passphrase</string>
<string name="preferences__automatic_lockdown">Automatic lockdown</string>
<string name="preferences__device_unlock_timeout">Device unlock timeout</string>
<string name="preferences__passphrase_changed">Passphrase changed</string>
<string name="preferences__screen_security">Screen security</string>
<string name="preferences__disable_screen_security_to_allow_screen_shots">Block screenshots in the recents list and inside the app</string>
<string name="preferences__auto_lock_signal_after_a_specified_time_interval_of_inactivity">Auto-lock Signal after a specified time interval of inactivity</string>
<string name="preferences__inactivity_timeout_passphrase">Inactivity timeout passphrase</string>
<string name="preferences__inactivity_timeout_interval">Device unlock timeout</string>
<string name="preferences__inactivity_timeout_interval">Inactivity timeout interval</string>
<string name="preferences__notifications">Notifications</string>
<string name="preferences__system_notification_settings">System notification settings</string>
<string name="preferences__led_color">LED color</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/xml/preferences_app_protection.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
android:entryValues="@array/pref_passphrase_lock_trigger_entries"
android:dependency="pref_passphrase_lock"/>

<Preference android:title="@string/preferences__inactivity_timeout_interval"
<Preference android:title="@string/preferences__device_unlock_timeout"
android:key="pref_passphrase_lock_timeout"
android:dependency="pref_passphrase_lock"/>

Expand Down

0 comments on commit 0e1870a

Please sign in to comment.