Skip to content

Commit

Permalink
new strings for about activity and new error message when loading a b…
Browse files Browse the repository at this point in the history
…itmap that has the wrong format
  • Loading branch information
renard314 committed Jan 12, 2014
1 parent 7ea7cfa commit 5507df2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion textfairy/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
<string name="cannot_speak_language">Your phone cannot speak %s. Pick another language.</string>
<string name="choose_language">Pick a language for text to speech.</string>
<string name="share_text">share text</string>
<string name="help_to_improve">Improve the app</string>
<string name="help_to_improve">Feedback</string>
<string name="drawer_open">Open navigation drawer</string>
<string name="drawer_close">Close navigation drawer</string>
<string name="product_tour">Product tour</string>
Expand All @@ -170,4 +170,10 @@
<string name="beta_test_text_1">Try new features as soon as possible?</string>
<string name="beta_test_text_2">Influence development of new features?</string>
<string name="enroll_as_beta_tester">Enroll in beta test program.</string>
<string name="about">About</string>
<string name="feedback_subject">Text fairy feedback</string>
<string name="beta_test_body">Please inform me when a new version is available for beta testing.</string>
<string name="beta_test_subject">Text fairy beta test</string>
<string name="app_version">Version %s</string>
<string name="image_not_32_bit">Image needs to be 32 bit</string>
</resources>

0 comments on commit 5507df2

Please sign in to comment.