diff options
| author | 2009-10-02 16:06:06 -0700 | |
|---|---|---|
| committer | 2009-10-02 16:06:14 -0700 | |
| commit | 067ca26c02b36d96c6c81b1fd4315397c25bc786 (patch) | |
| tree | ab8532b7f6847ac2709ed0dc929e209b054ef3f9 | |
| parent | 4ac45597fb70ca4f268cb1920fcb2de61aff4a3d (diff) | |
[Issue 2161366] Changing capitalization of string "Via" to "via"
Approved by Tim.
Change-Id: Ic0d82ef1c687ecce91edc90a16aeefa17292d565
| -rw-r--r-- | core/res/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 7760db198f67..de30fe777134 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -1308,7 +1308,7 @@ <string name="orgTypeCustom">Custom</string> <!-- Attbution of a contact status update, when the time of update is unknown --> - <string name="contact_status_update_attribution">Via <xliff:g id="source" example="Google Talk">%1$s</xliff:g></string> + <string name="contact_status_update_attribution">via <xliff:g id="source" example="Google Talk">%1$s</xliff:g></string> <!-- Attbution of a contact status update, when the time of update is known --> <string name="contact_status_update_attribution_with_date"><xliff:g id="date" example="3 hours ago">%1$s</xliff:g> via <xliff:g id="source" example="Google Talk">%2$s</xliff:g></string> |