Skip to content

Commit

Permalink
Merge pull request #7 from Fast0n/patch-2
Browse files Browse the repository at this point in the history
Mark app name as non-translatable
  • Loading branch information
DSteve595 committed Apr 16, 2016
2 parents f9ae76f + 75ed9bc commit f52fcbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Emoji Switcher/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<string name="emoji_switcher">Emoji Switcher</string>
<string name="emoji_switcher" translatable="false >Emoji Switcher</string>
<string name="action_settings">Settings</string>
<string name="current_emojis_detected">Current emojis detected:</string>
<string name="unknown">Unknown</string>
Expand All @@ -23,4 +23,4 @@ It\'s a different process for each device.\n\nDoes this app have root permission
<string name="installing_x_emoji">Installing %s emoji</string>
<string name="reboot_explanation">Most apps require a reboot for new emojis to be recognized.</string>
</resources>
</resources>

0 comments on commit f52fcbc

Please sign in to comment.