Merge pull request #82 from GuitarBilly/patch-1
Simple Calculator - Update strings.xml
This commit is contained in:
commit
100cad73aa
|
@ -5,6 +5,10 @@
|
||||||
<!-- Settings -->
|
<!-- Settings -->
|
||||||
<string name="vibrate_on_button_press">Vibrate on button press</string>
|
<string name="vibrate_on_button_press">Vibrate on button press</string>
|
||||||
|
|
||||||
|
<!-- FAQ -->
|
||||||
|
<string name="faq_1_title">How does the C (Clear) button work?</string>
|
||||||
|
<string name="faq_1_text">Tapping on it will remove one character at a time. Long pressing it will reset all fields at once.</string>
|
||||||
|
|
||||||
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
||||||
<!-- Short description has to have less than 80 chars -->
|
<!-- Short description has to have less than 80 chars -->
|
||||||
<string name="app_short_description">A calculator with the basic functions and a customizable widget.</string>
|
<string name="app_short_description">A calculator with the basic functions and a customizable widget.</string>
|
||||||
|
@ -15,7 +19,7 @@
|
||||||
|
|
||||||
Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors.
|
Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors.
|
||||||
|
|
||||||
This app is just one piece of a bigger series of apps. You can find the rest of them at http://www.simplemobiletools.com
|
This app is just one piece of a bigger series of apps. You can find the rest of them at https://www.simplemobiletools.com
|
||||||
</string>
|
</string>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
Loading…
Reference in New Issue