Dotclear

Changeset 1675


Ignore:
Timestamp:
10/24/09 16:44:18 (14 years ago)
Author:
kozlika
Message:

là je commence à avoir un doute: c'est vraiment moi qui avais ajouté ça ou c'était d'origine ?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/dcCron/trunk/inc/class.dc.cron.php

    r1644 r1675  
    147147               } 
    148148               else { 
    149                     $this->core->error->add(sprintf(__('[dcCron] Impossible to delete task: %s. It does not exists'),$v)); 
     149                    $this->core->error->add(sprintf(__('[dcCron] Impossible to delete task: %s. It does not exist'),$v)); 
    150150                    $res = false; 
    151151               } 
     
    168168          } 
    169169          else { 
    170                $this->core->error->add(sprintf(__('[dcCron] Impossible to enable task: %s. It does not exists'),$nid)); 
     170               $this->core->error->add(sprintf(__('[dcCron] Impossible to enable task: %s. It does not exist'),$nid)); 
    171171               return false; 
    172172          } 
     
    186186          } 
    187187          else { 
    188                $this->core->error->add(sprintf(__('[dcCron] Impossible to disable task: %s. It does not exists'),$nid)); 
     188               $this->core->error->add(sprintf(__('[dcCron] Impossible to disable task: %s. It does not exist'),$nid)); 
    189189               return false; 
    190190          } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map