Ignore:
Timestamp:
10/06/10 19:45:35 (14 years ago)
Author:
misc
Message:
  • fix strings, as reported by Olivier Burger ( ie, we need to use a consistant wording )
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Epoll/Controller/Admin.pm

    r376 r393  
    6060                if ($poll->check_date_max($c->req->param('start'))) { 
    6161                    if (! $poll->check_date_max($c->req->param('end'), $c->req->param('start'))) { 
    62                         $c->stash->{dateerror} = $c->localize('The vote finish before starting'); 
     62                        $c->stash->{dateerror} = $c->localize('The poll finish before starting'); 
    6363                        next; 
    6464                    } 
    6565                } else { 
    66                     $c->stash->{dateerror} = $c->('The start of the vote must be in the future'); 
     66                    $c->stash->{dateerror} = $c->('The start of the poll must be in the future'); 
    6767                    next; 
    6868                } 
Note: See TracChangeset for help on using the changeset viewer.