Changeset 369 for trunk


Ignore:
Timestamp:
10/06/10 04:14:48 (14 years ago)
Author:
misc
Message:
  • fix french string that I forgot to translate in english
Location:
trunk/lib/Epoll/Controller
Files:
2 edited

Legend:

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

    r366 r369  
    3939        if ($poll->check_date_max($start)) { 
    4040            if ($poll->check_date_max($end, $start)) { 
    41                 $c->response->body('<input type="submit" name="polldate" value="' . $c->localize('Enregistrer') . '">'); 
     41                $c->response->body('<input type="submit" name="polldate" value="' . $c->localize('Save') . '">'); 
    4242            } else { 
    4343 
  • trunk/lib/Epoll/Controller/Ballot.pm

    r366 r369  
    6464    $c->session->{mypoll}{$puid} ||= 0; 
    6565 
    66     $c->stash->{page}{title} = $poll->info('label') . ': ' . $c->localize('Bulletin'); 
     66    $c->stash->{page}{title} = $poll->info('label') . ': ' . $c->localize('Ballot'); 
    6767 
    6868    # login succeed, but those this user has already voted 
Note: See TracChangeset for help on using the changeset viewer.