fix typo in preferences

This commit is contained in:
Andrew Dolgov 2013-03-26 10:02:48 +04:00
parent b0d5b5c613
commit 65e76c35b8
2 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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>