Browse Source

Fix typo with 'pref_alarmnew_info' value

pull/486/head
pxgamer 5 years ago
parent
commit
06718e6793
No known key found for this signature in database
GPG Key ID: 8F15E14C0F7BA063
  1. 2
      app/src/main/res/values/strings.xml

2
app/src/main/res/values/strings.xml

@ -277,7 +277,7 @@ @@ -277,7 +277,7 @@
<string name="pref_alarmdone">Finished notification</string>
<string name="pref_alarmdone_info">Notify when a torrent finishes</string>
<string name="pref_alarmnew">New torrent notification</string>
<string name="pref_alarmnew_info">Nofity when a torrent was added</string>
<string name="pref_alarmnew_info">Notify when a torrent was added</string>
<string name="pref_alarmexclude">Exclude filter</string>
<string name="pref_alarmexclude_info">Notify only if torrent name matches these |-separated words</string>
<string name="pref_alarminclude">Include filter</string>

Loading…
Cancel
Save