From 996020d82b186fcbfebdd1a032823d40d5dce136 Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Sat, 12 May 2012 19:52:16 +0200 Subject: [PATCH] Revert "Contacts: Change placeholder text to avoid confusion. No, JanC, I won't change it back again ;-)" This reverts commit a36a8faad4b66b5d68d6ba57fa095dd85546adfe. Moved it to unstable branch for now. --- apps/contacts/js/contacts.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/contacts/js/contacts.js b/apps/contacts/js/contacts.js index 376bbd661ea..171dc5e58a2 100644 --- a/apps/contacts/js/contacts.js +++ b/apps/contacts/js/contacts.js @@ -118,9 +118,8 @@ Contacts={ 'id': 'fn', 'name': 'value', 'classes': ['contacts_property', 'nonempty', 'huge', 'tip', 'float'], - 'attributes': {'placeholder': t('contacts', 'Enter display name')}, - //'title': t('contacts', 'Format custom, Short name, Full name, Reverse or Reverse with comma') - }); + 'attributes': {'placeholder': t('contacts', 'Enter name')}, + 'title': t('contacts', 'Format custom, Short name, Full name, Reverse or Reverse with comma')}); $('#bday').datepicker({ dateFormat : 'dd-mm-yy' }); -- 2.39.5