[mb-commits] r9831 - in mb_server/trunk/htdocs: comp/release_editor edit/albumreleases
root at musicbrainz.org
root at musicbrainz.org
Fri May 9 06:42:54 UTC 2008
Author: luks
Date: 2008-05-09 06:42:54 +0000 (Fri, 09 May 2008)
New Revision: 9831
Modified:
mb_server/trunk/htdocs/comp/release_editor/form-releases
mb_server/trunk/htdocs/edit/albumreleases/editreleases.html
Log:
Wrong abbreviation titles: "Year Day Day" should be "Year Month Day". (closes #3689, patch by mikemorr)
Modified: mb_server/trunk/htdocs/comp/release_editor/form-releases
===================================================================
--- mb_server/trunk/htdocs/comp/release_editor/form-releases 2008-05-09 06:41:54 UTC (rev 9830)
+++ mb_server/trunk/htdocs/comp/release_editor/form-releases 2008-05-09 06:42:54 UTC (rev 9831)
@@ -73,7 +73,7 @@
<table class="formstyle" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2"></td>
- <td><strong>Date (<abbr title="Year">Y</abbr>/<abbr title="Day">M</abbr>/<abbr title="Day">D</abbr>):</strong></td>
+ <td><strong>Date (<abbr title="Year">Y</abbr>/<abbr title="Month">M</abbr>/<abbr title="Day">D</abbr>):</strong></td>
<td><strong>Country:</strong></td>
<td colspan="2"><strong>Label:</strong></td>
<td><strong>Catalog #:</strong></td>
Modified: mb_server/trunk/htdocs/edit/albumreleases/editreleases.html
===================================================================
--- mb_server/trunk/htdocs/edit/albumreleases/editreleases.html 2008-05-09 06:41:54 UTC (rev 9830)
+++ mb_server/trunk/htdocs/edit/albumreleases/editreleases.html 2008-05-09 06:42:54 UTC (rev 9831)
@@ -283,7 +283,7 @@
<td colspan="2" style="padding-top: 20px;">
<table style="formstyle" border="0" cellspacing="0" cellpadding="0">
<tr class="header">
- <td><strong>Date (<abbr title="Year">Y</abbr>/<abbr title="Day">M</abbr>/<abbr title="Day">D</abbr>):</strong></td>
+ <td><strong>Date (<abbr title="Year">Y</abbr>/<abbr title="Month">M</abbr>/<abbr title="Day">D</abbr>):</strong></td>
<td>Country:</td>
<td colspan="2">Label:</td>
<td>Catalog #:</td>
More information about the MusicBrainz-commits
mailing list