login pref string tweak
This commit is contained in:
parent
7f29e4dd0d
commit
7ec5b5c68b
@ -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);
|
||||
//
|
||||
}
|
||||
};
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user