login pref string tweak

This commit is contained in:
Andrew Dolgov 2015-02-12 18:43:34 +03:00
parent 7f29e4dd0d
commit 7ec5b5c68b
2 changed files with 2 additions and 2 deletions

View File

@ -1364,7 +1364,7 @@ public class OnlineActivity extends CommonActivity {
public void saveArticleNote(final Article article, final String note) {
ApiRequest req = new ApiRequest(getApplicationContext()) {
protected void onPostExecute(JsonElement result) {
toast(R.string.notify_article_note_set);
//
}
};

View File

@ -46,7 +46,7 @@
<string name="context_selection_toggle_unread">(Un)Read</string>
<string name="article_mark_read_above">Mark above read</string>
<string name="http_login_summary">Optional. Fill this if your tt-rss installation is protected by HTTP Basic authentication</string>
<string name="login_summary">Your tt-rss login. Not needed for single user mode</string>
<string name="login_summary">Not needed for single user mode</string>
<string name="ttrss_url_summary">http://example.org/tt-rss</string>
<string name="enable_cats">Enable feed categories</string>
<string name="no_caption_to_display">No caption to display</string>