diff options
author | Camil Staps | 2015-06-10 20:19:25 +0200 |
---|---|---|
committer | Camil Staps | 2015-06-10 20:19:25 +0200 |
commit | e349f9010067d7cdc34fd050a39b30aa2e9bd838 (patch) | |
tree | 965066a333811714114d1bb311b06824f0409520 /app/src/main/res/values | |
parent | javadoc (diff) |
Cleanup; about dialogue
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index baaf0f2..b979926 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -18,12 +18,20 @@ --> <resources> <string name="app_name">RSSin</string> + <string name="app_info"><![CDATA[ + <h1>RSSin</h1> + <em>Clever RSS reader for Android</em> + <p>Copyright © Randy Wanga, Jos Craaijo, Joep Bernards, Camil Staps</p> + <p>This project is free, open source software licensed under GPLv2. For more information and the full license text, visit <a href="https://github.com/camilstaps/RSSin">https://github.com/camilstaps/RSSin</a>.</p> + <p>Articles loaded from external sources remain under the original copyright.</p> + ]]></string> <string name="action_import_feed">Open in RRSin</string> <string name="action_settings">Settings</string> <string name="action_filters">Filters</string> <string name="action_feeds">Feeds</string> + <string name="action_info">About RSSin</string> <string name="button_ok">OK</string> <string name="button_apply">Apply</string> |