summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCEnnis <cje036@gmail.com>2011-04-10 00:38:35 -0400
committerCEnnis <cje036@gmail.com>2011-04-10 00:38:35 -0400
commit8daa7ccf250d3bda73333bdb919bcd19932da832 (patch)
tree1871aa832b175933ae2bc519f52ea579e4ff2432
parentbd53cddf7e60936e747cb0312fa699df302f1a95 (diff)
downloadpackages_apps_Contacts-8daa7ccf250d3bda73333bdb919bcd19932da832.tar.gz
packages_apps_Contacts-8daa7ccf250d3bda73333bdb919bcd19932da832.tar.bz2
packages_apps_Contacts-8daa7ccf250d3bda73333bdb919bcd19932da832.zip
Fix miscellaneous typo (thanks Xavierdarkness). dialled -> dialed
Dialled is not technically wrong but its used more in the UK while dialed is US. I kept the string names the same because (again) it's not technically wrong. Change-Id: I34fbc8b5e524723cce5a4665c046f1113ddabe53
-rw-r--r--res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index c69490700..8da592457 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1210,8 +1210,8 @@
<!-- Wysie: Preferences strings -->
<!-- Preferences: Dialer -->
- <string name="title_last_dialled">Call button retrieves last dialled number</string>
- <string name="summary_last_dialled">Last dialled number will be retrieved if digits are empty</string>
+ <string name="title_last_dialled">Call button retrieves last dialed number</string>
+ <string name="summary_last_dialled">Last dialed number will be retrieved if digits are empty</string>
<string name="title_return_to_dialer">Return to dialer after call</string>
<string name="title_vm_button">Left action button (LAB)</string>
<string name="title_vm_handler">Voicemail handler</string>