Skip to content

Commit

Permalink
make appname and copyright strings untranslatable
Browse files Browse the repository at this point in the history
  • Loading branch information
medyo committed Nov 14, 2017
1 parent 42b7386 commit 867b331
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<resources>
<string name="app_name">Android About Page</string>
<string name="copy_right">Copyrights © %1$d</string>
<string name="app_name" translatable="false" >Android About Page</string>
<string name="copy_right" translatable="false" >Copyrights © %1$d</string>
</resources>

0 comments on commit 867b331

Please sign in to comment.