Merge pull request #628 from coffeemakr/fix-make-github-url-untranslatable

Make github_url not translatable
This commit is contained in:
Mauricio Colli 2017-07-13 22:06:21 -03:00 committed by GitHub
commit 327195dcca
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@
<string name="tab_about">About</string>
<string name="tab_contributors">Contributors</string>
<string name="tab_licenses">Licenses</string>
<string name="github_url">https://github.com/TeamNewPipe/NewPipe</string>
<string name="github_url" translatable="false">https://github.com/TeamNewPipe/NewPipe</string>
<string name="app_description">A free lightweight Youtube frontend for Android.</string>
<string name="app_license" translatable="false">NewPipe is Free Software: You can use, study share and improve it at your will. Specifically you can redistribute and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.</string>
<string name="view_on_github">View on Github</string>