[mb-commits] r9830 - mb_server/trunk/htdocs/scripts

root at musicbrainz.org root at musicbrainz.org
Fri May 9 06:41:54 UTC 2008


Author: luks
Date: 2008-05-09 06:41:54 +0000 (Fri, 09 May 2008)
New Revision: 9830

Modified:
   mb_server/trunk/htdocs/scripts/editallconfig.js
Log:
Use full year as an example when adding a new release. (closes #3688, patch by mikemorr)


Modified: mb_server/trunk/htdocs/scripts/editallconfig.js
===================================================================
--- mb_server/trunk/htdocs/scripts/editallconfig.js	2008-05-06 16:02:15 UTC (rev 9829)
+++ mb_server/trunk/htdocs/scripts/editallconfig.js	2008-05-09 06:41:54 UTC (rev 9830)
@@ -314,7 +314,7 @@
 				if (el.disabled) {
 					el.title = "Release event is selected for removal";
 				} else {
-					el.title = "Enter the year here. This value is required if you enter the month and day (e.g. " + new Date().getYear() + ")";
+					el.title = "Enter the year here. This value is required if you enter the month and day (e.g. " + new Date().getFullYear() + ")";
 				}
 
 			} else if (name.match(/month-/i)) {




More information about the MusicBrainz-commits mailing list