Dotclear

Changeset 1822


Ignore:
Timestamp:
10/30/09 09:53:43 (14 years ago)
Author:
kozlika
Message:

webOptimizer: Typo.

Location:
plugins/webOptimizer
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • plugins/webOptimizer/class.dc.weboptimizer.php

    r1306 r1822  
    7171               if(!is_writable($file)) 
    7272               { 
    73                      throw new Exception(sprintf(__('%s is not writablee'), $file)); 
     73                     throw new Exception(sprintf(__('%s is not writable'), $file)); 
    7474               } 
    7575          } 
     
    8383               if(!is_writable($file)) 
    8484               { 
    85                     throw new Exception(sprintf(__('%s is not writablee'), $file)); 
     85                    throw new Exception(sprintf(__('%s is not writable'), $file)); 
    8686               } 
    8787          } 
  • plugins/webOptimizer/index.php

    r1306 r1822  
    111111     <p><?php echo(__('Compression use minify to reduce size, removing unused elements such as whitespaces and comments.')); ?></p> 
    112112     <p><?php echo(__('The original file is kept in a backup file (.bak.css or .bak.js).')); ?></p> 
    113      <p><?php echo(__('Compression is always done on the original file so you can edit it and hit rcompress again.')); ?></p> 
    114      <p><?php echo(__('Estimate gives you an estimated ratio but do not actualy comrpess the file.')); ?></p> 
     113     <p><?php echo(__('Compression is always done on the original file so you can edit it and hit recompress again.')); ?></p> 
     114     <p><?php echo(__('Estimate gives you an estimated ratio but do not actually compress the file.')); ?></p> 
    115115     <p><?php echo(__('Restore replaces the original file to its original place.')); ?></p> 
    116116 
  • plugins/webOptimizer/locales/fr/main.po

    r895 r1822  
    1010 
    1111msgid "The name and firstname that you have given are the same as those in session." 
    12 msgstr "Le nom et le prénom que vous avez donné sont les mêmes que ceux stockés dans la session." 
     12msgstr "Le nom et le prénom que vous avez donnés sont les mêmes que ceux stockés dans la session." 
Note: See TracChangeset for help on using the changeset viewer.

Sites map