Contacts: Change placeholder text to avoid confusion. No, JanC, I won't change it back again ;-)

This commit is contained in:
Thomas Tanghus 2012-05-12 12:57:59 +02:00
parent ab9927d5fc
commit a36a8faad4
1 changed files with 3 additions and 2 deletions

View File

@ -118,8 +118,9 @@ Contacts={
'id': 'fn',
'name': 'value',
'classes': ['contacts_property', 'nonempty', 'huge', 'tip', 'float'],
'attributes': {'placeholder': t('contacts', 'Enter name')},
'title': t('contacts', 'Format custom, Short name, Full name, Reverse or Reverse with comma')});
'attributes': {'placeholder': t('contacts', 'Enter display name')},
//'title': t('contacts', 'Format custom, Short name, Full name, Reverse or Reverse with comma')
});
$('#bday').datepicker({
dateFormat : 'dd-mm-yy'
});