diff options
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index a0f8cb0..799a73c 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -15,6 +15,10 @@ --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + + <!-- This is the label for the application that stores contacts data --> + <string name="app_label">Contacts Storage</string> + <!-- Strings for search suggestions --> <string name="dialNumber">Dial number</string> <string name="createNewContact">New contact</string> |