diff options
Diffstat (limited to 'apps/contacts/templates/part.no_contacts.php')
-rw-r--r-- | apps/contacts/templates/part.no_contacts.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/templates/part.no_contacts.php b/apps/contacts/templates/part.no_contacts.php index 7024a142aec..6c21511e867 100644 --- a/apps/contacts/templates/part.no_contacts.php +++ b/apps/contacts/templates/part.no_contacts.php @@ -1,5 +1,5 @@ <div id="firstrun"> - <?php echo $l->t('You have no contacts in your list.') ?> + <?php echo $l->t('You have no contacts in your addressbook.') ?> <div id="selections"> <input type="button" value="<?php echo $l->t('Import contacts') ?>" onclick="Contacts.UI.Addressbooks.doImport()" /> <input type="button" value="<?php echo $l->t('Add contact') ?>" onclick="Contacts.UI.Card.editNew()" /> |