[pLog-svn] r5343 - plugins/branches/lifetype-1.2/authimage
    jondaley at devel.lifetype.net 
    jondaley at devel.lifetype.net
       
    Tue Apr 24 05:27:21 EDT 2007
    
    
  
Author: jondaley
Date: 2007-04-24 05:27:21 -0400 (Tue, 24 Apr 2007)
New Revision: 5343
Modified:
   plugins/branches/lifetype-1.2/authimage/readme.txt
Log:
added a translated string
Modified: plugins/branches/lifetype-1.2/authimage/readme.txt
===================================================================
--- plugins/branches/lifetype-1.2/authimage/readme.txt	2007-04-24 09:24:31 UTC (rev 5342)
+++ plugins/branches/lifetype-1.2/authimage/readme.txt	2007-04-24 09:27:21 UTC (rev 5343)
@@ -13,7 +13,10 @@
 Install:
 Add the following code to commentform.template:
 {if $authimage && $authimage->isEnabled()}
-<div><label for="authImage">AuthImage</label><input type="text" name="authImage" id="authImage" value="" /> {$authimage->show()}</div>
+<div>
+  <label for="authImage">{$locale->tr("authimage_type_code")}</label>
+  <input type="text" name="authImage" id="authImage" value=""  /> {$authimage->show()}
+</div>
 {/if}
 
 You can add your own default background image to /plugin/authimage/backgrounds. This plugin only support GIF format currently.
    
    
More information about the pLog-svn
mailing list