Browse Source

Merge pull request #486 from pxgamer/feature/typo-fixes

Fix typos in preference string values
bugfix/391
Eric Kok 5 years ago committed by GitHub
parent
commit
6890129b16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      app/src/main/res/values/strings.xml
  2. 2
      latest-app.html

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

@ -251,7 +251,7 @@ @@ -251,7 +251,7 @@
<string name="pref_reqauth">Requires authentication</string>
<string name="pref_reqauth_info">Opens links in the webbrowser for user login</string>
<string name="pref_alarmrssnew">New item notification</string>
<string name="pref_alarmrssnew_info">Nofity when new torrents are released</string>
<string name="pref_alarmrssnew_info">Notify when new torrents are released</string>
<string name="pref_alarmrssexclude">Exclude filter</string>
<string name="pref_alarmrssexclude_info">Don\'t show torrents whose name matches these |-separated words</string>
<string name="pref_alarmrssinclude">Include filter</string>
@ -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>

2
latest-app.html

@ -1 +1 @@ @@ -1 +1 @@
233|2.5.13
234|2.5.14

Loading…
Cancel
Save