summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorClaudia de Veaux <deveaux@google.com>2011-09-30 13:07:51 -0700
committerClaudia de Veaux <deveaux@google.com>2011-09-30 13:07:51 -0700
commit6298f8a08d9621d9a6fe5de23c5d4412dc23e774 (patch)
tree3f89d26f86a2722680226b7de79798e0914e74f2 /res/values
parent647e48642bbefcc60303398a74f4e58d37957b4d (diff)
downloadandroid_packages_apps_ExactCalculator-6298f8a08d9621d9a6fe5de23c5d4412dc23e774.tar.gz
android_packages_apps_ExactCalculator-6298f8a08d9621d9a6fe5de23c5d4412dc23e774.tar.bz2
android_packages_apps_ExactCalculator-6298f8a08d9621d9a6fe5de23c5d4412dc23e774.zip
Added ending punctuation to toast.
Bug: 5163232 Change-Id: I0cc7c971c860ad00699c15aba73aa29a1028893c
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 6d64e7c..df87d98 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -89,5 +89,5 @@
<!-- Menu item text to clear the calculation history. -->
<string name="clear_history">Clear history</string>
<!-- Toast shown when text is copied to the clipboard. -->
- <string name="text_copied_toast">Text copied</string>
+ <string name="text_copied_toast">Text copied.</string>
</resources>