From a36a8faad4b66b5d68d6ba57fa095dd85546adfe Mon Sep 17 00:00:00 2001
From: Thomas Tanghus <thomas@tanghus.net>
Date: Sat, 12 May 2012 12:57:59 +0200
Subject: [PATCH] Contacts: Change placeholder text to avoid confusion. No,
 JanC, I won't change it back again ;-)

---
 apps/contacts/js/contacts.js | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/apps/contacts/js/contacts.js b/apps/contacts/js/contacts.js
index 171dc5e58a..376bbd661e 100644
--- a/apps/contacts/js/contacts.js
+++ b/apps/contacts/js/contacts.js
@@ -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'
 			});
-- 
GitLab