Ignore:
Timestamp:
Feb 19, 2008 6:09:20 PM (5 years ago)
Author:
thomasb
Message:

Localize folder name in page title (#1484785)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/steps/mail/func.inc

    r1080 r1119  
    7777// set page title 
    7878if (empty($_action) || $_action == 'list') 
    79   $OUTPUT->set_pagetitle(rcube_charset_convert($IMAP->get_mailbox_name(), 'UTF-7')); 
     79  $OUTPUT->set_pagetitle(rcmail_localize_foldername($IMAP->get_mailbox_name())); 
    8080 
    8181 
Note: See TracChangeset for help on using the changeset viewer.