summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeyan Mobli <persiansown@gmail.com>2011-04-10 10:01:49 +0400
committerGerrit Code Review <gerrit@review.cyanogenmod.com>2011-04-10 10:01:49 +0400
commitf7773d4195c6bae9e94d14c18a8381118a42bff0 (patch)
treeb92e639685c411d0703a68f0d5b078188dd64850
parent18a98e000002d57b79220021ad53fdd5932def6d (diff)
parent8daa7ccf250d3bda73333bdb919bcd19932da832 (diff)
downloadpackages_apps_Contacts-f7773d4195c6bae9e94d14c18a8381118a42bff0.tar.gz
packages_apps_Contacts-f7773d4195c6bae9e94d14c18a8381118a42bff0.tar.bz2
packages_apps_Contacts-f7773d4195c6bae9e94d14c18a8381118a42bff0.zip
Merge "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." into gingerbread
-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>