Changeset 370


Ignore:
Timestamp:
10/06/10 04:16:31 (14 years ago)
Author:
misc
Message:
  • clean the string to not include ':'
File:
1 edited

Legend:

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

    r366 r370  
    161161    if (!$poll->auth_poll($password)) { 
    162162        $c->stash->{page}{title} = $poll->info('label') . 
    163             $c->localize(': Administrator login'); 
     163            . ': ' . $c->localize('Administrator login'); 
    164164        $c->session->{'vpass' . $c->stash->{voteid}} = undef; 
    165165        $c->stash->{template} = 'admin/login.tt'; 
Note: See TracChangeset for help on using the changeset viewer.