[pLog-svn] r1317 - templates/trunk/wordplog

oscar at devel.plogworld.net oscar at devel.plogworld.net
Sat Mar 5 10:44:12 GMT 2005


Author: oscar
Date: 2005-03-05 10:44:11 +0000 (Sat, 05 Mar 2005)
New Revision: 1317

Modified:
   templates/trunk/wordplog/album.template
   templates/trunk/wordplog/albums.template
Log:
changed a couple of locale ids

Modified: templates/trunk/wordplog/album.template
===================================================================
--- templates/trunk/wordplog/album.template	2005-03-05 10:41:56 UTC (rev 1316)
+++ templates/trunk/wordplog/album.template	2005-03-05 10:44:11 UTC (rev 1317)
@@ -25,7 +25,7 @@
   <td style="width:25%;" align="center" >
    <a href="{$url->parentAlbumLink($album)}">
     <img style="border:0px;" src="{$url->getTemplateFile("folder.png")}" alt="Up" /><br/>
-    {$locale->tr("parent_album")}
+    {$locale->tr("parent")}
    </a>
   </td>
   {assign var="counter" value=1}

Modified: templates/trunk/wordplog/albums.template
===================================================================
--- templates/trunk/wordplog/albums.template	2005-03-05 10:41:56 UTC (rev 1316)
+++ templates/trunk/wordplog/albums.template	2005-03-05 10:44:11 UTC (rev 1317)
@@ -1,4 +1,4 @@
-{assign var="postPageTitle" value=$locale->tr("resource_albums")}
+{assign var="postPageTitle" value=$locale->tr("albums")}
 {assign var="postPageTitle" value="$postPageTitle | "}
 {include file="$blogtemplate/header.template"}
 <div id="content">




More information about the pLog-svn mailing list