librefm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Librefm-commits] [1061] more grammar correction


From: Clint Adams
Subject: [Librefm-commits] [1061] more grammar correction
Date: Thu, 30 Apr 2009 12:46:46 +0000

Revision: 1061
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1061
Author:   clint
Date:     2009-04-30 12:46:46 +0000 (Thu, 30 Apr 2009)
Log Message:
-----------
more grammar correction

Modified Paths:
--------------
    trunk/nixtape/themes/librefm/templates/stats.tpl
    trunk/nixtape/themes/librefm/templates/user-journal.tpl

Modified: trunk/nixtape/themes/librefm/templates/stats.tpl
===================================================================
--- trunk/nixtape/themes/librefm/templates/stats.tpl    2009-04-30 12:20:52 UTC 
(rev 1060)
+++ trunk/nixtape/themes/librefm/templates/stats.tpl    2009-04-30 12:46:46 UTC 
(rev 1061)
@@ -1,6 +1,6 @@
 {include file='header.tpl'}
 
-<h2 property="dc:title">{$user|escape:'html':'UTF-8'}'{if $user|substr:-1 != 
's'}s{/if} statistics</h2>
+<h2 property="dc:title">{$user|escape:'html':'UTF-8'}'s statistics</h2>
 <div about="{$id|escape:'html':'UTF-8'}" typeof="foaf:Agent" class="user 
vcard">
 
        <div class="avatar" rel="foaf:depiction">
@@ -33,7 +33,7 @@
        <hr style="border: 1px solid transparent; clear: both;" rel="foaf:page" 
rev="foaf:primaryTopic" resource="" />
 </div>
 
-<h3 id="stats_by_artist">{$user}'{if $user|substr:-1 != 's'}s{/if} most played 
artists</h3>
+<h3 id="stats_by_artist">{$user}'s most played artists</h3>
 <table class="stats_artists" about="{$id}">
        {section name=i loop=$user_playstats}
        <tr><td class="counts">{$user_playstats[i].count}</td><td class="bar" 
style="width: {$stat_barwidth}px"><div 
style="width:{$user_playstats[i].size}px" class="artist"></div></td><td><a
@@ -42,7 +42,7 @@
        {/section}
 </table>
 
-<h3 id="stats_by_day">{$user}'{if $user|substr:-1 != 's'}s{/if} scrobbles by 
day</h3>
+<h3 id="stats_by_day">{$user}'s{/if} scrobbles by day</h3>
 <table class="stats_artists" about="{$id}">
        {section name=i loop=$user_daystats}
        <tr><td class="counts">{$user_daystats[i].count}</td><td class="bar" 
style="width: {$stat_barwidth}px"><div style="width:{$user_daystats[i].size}px" 
class="artist"></div></td><td class="date">{$user_daystats[i].date}</td></tr>
@@ -52,7 +52,7 @@
 <!-- Column break -->
 </div></div><div class="yui-u" id="sidebar"><div style="padding: 10px;">
 
-<h3>{$user}'{if $user|substr:-1 != 's'}s{/if} statistics</h3>
+<h3>{$user}'s{/if} statistics</h3>
 <ul>
        <li><a href="#stats_by_artist">Most played artists</a></li>
        <li><a href="#stats_by_day">Scrobbles by day</a></li>

Modified: trunk/nixtape/themes/librefm/templates/user-journal.tpl
===================================================================
--- trunk/nixtape/themes/librefm/templates/user-journal.tpl     2009-04-30 
12:20:52 UTC (rev 1060)
+++ trunk/nixtape/themes/librefm/templates/user-journal.tpl     2009-04-30 
12:46:46 UTC (rev 1061)
@@ -17,7 +17,7 @@
 <!-- Column break -->
 </div></div><div class="yui-u" id="sidebar"><div style="padding: 10px;">
 
-<h3>{$me->name}'{if $me->name|substr:-1 != 's'}s{/if} top artists</h3>
+<h3>{$me->name}'s top artists</h3>
 <ul class="tagcloud" about="{$me->id}">
        {section name=i loop=$user_tagcloud}
        <li style="font-size:{$user_tagcloud[i].size}"><a





reply via email to

[Prev in Thread] Current Thread [Next in Thread]