update AboutActivity to show License, remove ic_logo.png
This commit is contained in:
parent
9dd09d0522
commit
4807493850
10 changed files with 46 additions and 26 deletions
|
@ -192,7 +192,12 @@
|
|||
<string name="description_account_locked">Locked Account</string>
|
||||
|
||||
<string name="about_title_activity">About</string>
|
||||
<string name="about_application_version">App version: %s</string>
|
||||
<string name="about_application_version">Version: %s</string>
|
||||
<string name="about_tusky_version">Tusky %s</string>
|
||||
<string name="about_tusky_license">Tusky is free and open-source software.
|
||||
It is licensed under the GNU General Public License Version 3.
|
||||
You can view the license here: https://www.gnu.org/licenses/gpl-3.0.en.html</string>
|
||||
<!-- note to translators: the url can be changed to link to the localized version of the license -->
|
||||
<string name="about_project_site">
|
||||
Project website:\n
|
||||
https://tusky.keylesspalace.com
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue