[Slim-Checkins] r11450 - /branches/6.5/server/HTML/Nokia770/browsedb.html

bklaas at svn.slimdevices.com bklaas at svn.slimdevices.com
Thu Feb 15 13:26:55 PST 2007


Author: bklaas
Date: Thu Feb 15 13:26:55 2007
New Revision: 11450

URL: http://svn.slimdevices.com?rev=11450&view=rev
Log:
Bug #4514: whoops, forgot about locale

Modified:
    branches/6.5/server/HTML/Nokia770/browsedb.html

Modified: branches/6.5/server/HTML/Nokia770/browsedb.html
URL: http://svn.slimdevices.com/branches/6.5/server/HTML/Nokia770/browsedb.html?rev=11450&r1=11449&r2=11450&view=diff
==============================================================================
--- branches/6.5/server/HTML/Nokia770/browsedb.html (original)
+++ branches/6.5/server/HTML/Nokia770/browsedb.html Thu Feb 15 13:26:55 2007
@@ -131,10 +131,10 @@
 	<td width = '40'>
 		<table><tr>
 			<td class="listing" align="center">
-			<a href="http://google.com" id = 'play_[% cover %]'><img src="[% webroot %]html/images/play.this.gif" border=0 height="20" alt='Play Now' title='Play Now'></a>
+			<a href="http://google.com" id = 'play_[% cover %]'><img src="[% webroot %]html/images/play.this.gif" border=0 height="20" alt='[% "PLAY" | string %]' title='[% "PLAY" | string %]'></a>
 			</td>
 			<td class="listing" align="center">
-			<a href="http://google.com" id = 'add_[% cover %]'><img src="[% webroot %]html/images/add.gif" border=0 height="20" alt='Add' title='Append to End of Playlist'></a>
+			<a href="http://google.com" id = 'add_[% cover %]'><img src="[% webroot %]html/images/add.gif" border=0 height="20" alt='[% "ADD" | string %]' title='[% "ADD_TO_PLAYLIST" | string %]'></a>
 			</td>
 		</tr></table>
 	</td>



More information about the checkins mailing list