summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Boehm <hboehm@google.com>2015-06-10 19:37:16 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-06-10 19:37:16 +0000
commit86b4dc4d332a7acad95f691ca513d846da6e0f75 (patch)
treee6ace7934bea976f32519a290cd3f7a8abd8195b
parente9df0400858986fef21aac0b6988253a35fd66b6 (diff)
parentb3f7278ab5464a9358bb5b57372e124aafe837d1 (diff)
downloadandroid_packages_apps_ExactCalculator-86b4dc4d332a7acad95f691ca513d846da6e0f75.tar.gz
android_packages_apps_ExactCalculator-86b4dc4d332a7acad95f691ca513d846da6e0f75.tar.bz2
android_packages_apps_ExactCalculator-86b4dc4d332a7acad95f691ca513d846da6e0f75.zip
am b3f7278a: Update comments for shortcut button content descriptions
* commit 'b3f7278ab5464a9358bb5b57372e124aafe837d1': Update comments for shortcut button content descriptions
-rw-r--r--res/values/strings.xml14
1 files changed, 11 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 978bb90..959b979 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -153,11 +153,19 @@
<!-- Content description for 'arctan' button. [CHAR_LIMIT=NONE] -->
<string name="desc_fun_arctan">inverse tangent</string>
- <!-- Content description for 10^ button. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for 10^ button. This button is used to raise 10 to the subsequently
+ entered power. E.g. <10^>3 would yield 1000.
+ [CHAR_LIMIT=NONE]
+ -->
<string name="desc_fun_10pow">ten to the power of</string>
- <!-- Content description for e^ button. [CHAR_LIMIT=NONE] -->
+ <!-- Content description for e^ (exponential function) button. [CHAR_LIMIT=NONE] -->
<string name="desc_fun_exp">exponential function</string>
- <!-- Content description for ^2 button. [CHAR_LIMIT=NONE] -->
+ <!--
+ Content description for ^2 button. This button is used to square the previously entered
+ number. E.g. 3<^2> would yield 9.
+ [CHAR_LIMIT=NONE]
+ -->
<string name="desc_op_sqr">squared</string>
<!-- Content description for '+' button. [CHAR_LIMIT=NONE] -->