Update language string

This commit is contained in:
Tom Needham 2012-04-13 20:09:04 +00:00
parent b95f561bf2
commit 1165b358b4
1 changed files with 1 additions and 1 deletions

View File

@ -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()" />