diff options
author | Michael Keppler <michael.keppler@gmx.de> | 2014-04-22 09:06:17 +0200 |
---|---|---|
committer | Michael Keppler <michael.keppler@gmx.de> | 2014-04-22 09:06:17 +0200 |
commit | bd9851163db66bf4fce843ab133a30aa07dfe3ec (patch) | |
tree | 05b734a2f689e403f8b5cdc3e923e0a094a21056 /cgeo-contacts/res | |
parent | 601db7a7680d5689ff162c6a8b28d0b70bba48aa (diff) | |
download | cgeo-bd9851163db66bf4fce843ab133a30aa07dfe3ec.zip cgeo-bd9851163db66bf4fce843ab133a30aa07dfe3ec.tar.gz cgeo-bd9851163db66bf4fce843ab133a30aa07dfe3ec.tar.bz2 |
fix #3728: improve contact matching
Diffstat (limited to 'cgeo-contacts/res')
-rw-r--r-- | cgeo-contacts/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cgeo-contacts/res/values/strings.xml b/cgeo-contacts/res/values/strings.xml index d2ca7fb..f9e555d 100644 --- a/cgeo-contacts/res/values/strings.xml +++ b/cgeo-contacts/res/values/strings.xml @@ -3,5 +3,6 @@ <string name="app_name">c:geo - contacts (add-on)</string> <string name="contact_not_found">Contact with alias/nickname %s not found. Add it in your contacts app first.</string> + <string name="multiple_matches">Multiple matches</string> </resources>
\ No newline at end of file |