summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AndroidManifest.xml4
-rw-r--r--res/values/strings.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index aec4d784..8245f657 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.fox.ttrss"
- android:versionCode="148"
- android:versionName="1.4" >
+ android:versionCode="149"
+ android:versionName="1.4.1" >
<uses-sdk
android:minSdkVersion="8"
diff --git a/res/values/strings.xml b/res/values/strings.xml
index e16599b2..5e96736a 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -157,7 +157,7 @@
<string name="reading">Reading</string>
<string name="theme_dark_gray">Dark gray</string>
<string name="offline_articles_to_download">Number of articles to download</string>
- <string name="offline_articles_to_download_long">Number of articles to download for Offlinemode. (newest first)</string>
+ <string name="offline_articles_to_download_long">Number of articles to download for Offline mode (newest first).</string>
<string name="pref_headlines_show_content_long">Show content previews in headlines list</string>
<string name="pref_headlines_show_content">Preview article content</string>
<string name="api_too_low">This action requires newer version of Tiny Tiny RSS</string>