[pLog-svn] r5344 - plog/branches/lifetype-1.2/templates/wizard

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Tue Apr 24 08:27:58 EDT 2007


Author: jondaley
Date: 2007-04-24 08:27:57 -0400 (Tue, 24 Apr 2007)
New Revision: 5344

Modified:
   plog/branches/lifetype-1.2/templates/wizard/update2.template
Log:
typo

Modified: plog/branches/lifetype-1.2/templates/wizard/update2.template
===================================================================
--- plog/branches/lifetype-1.2/templates/wizard/update2.template	2007-04-24 09:27:21 UTC (rev 5343)
+++ plog/branches/lifetype-1.2/templates/wizard/update2.template	2007-04-24 12:27:57 UTC (rev 5344)
@@ -19,7 +19,7 @@
    <div class="field">
     <label for="resourcesNamingRule">Resource Naming Rules</label>
     <div class="formHelp">
-	<p>Due to performance reasons, LifeType 1.2 uses the web server to serve resources (images, videos, etc) rather than using resserver.php. Because of this new implementation, all resource files need to be renamed to their original name but this will cause some problems when using Windows and multi-byte endcodings.</p>
+	<p>Due to performance reasons, LifeType 1.2 uses the web server to serve resources (images, videos, etc) rather than using resserver.php. Because of this new implementation, all resource files need to be renamed to their original name but this will cause some problems when using Windows and multi-byte encodings.</p>
 	<p>Please select one of these two options: <i>'Original File Name'</i> will rename files to their original name, <strong>please use this option if your server is not running Windows or if you are not using a double-byte character encoding</strong>. <i>'Encoded File Name'</i> will use the encoded file name for uploaded resources, the naming rule is [BlogId]-[ResourceId].[Ext] as implemented in LifeType 1.1. <strong>Please use 'Encoded File Name' if you are installing LifeType under a Multi-Byte Microsoft Windows environment.</strong></p></div>
      <select name="resourcesNamingRule">
       <option value="original_file_name" {if $resourcesNamingRule == "original_file_name"} selected="selected" {/if} />Original File Name</option>



More information about the pLog-svn mailing list