Changeset e81c00b in github


Ignore:
Timestamp:
Jan 1, 2012 8:36:22 AM (18 months ago)
Author:
alecpl <alec@…>
Branches:
release-0.7
Children:
bc8437b
Parents:
79c6ac9
Message:
  • Fix wrong (long) label usage (#1488283)
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    r79c6ac9 re81c00b  
    22=========================== 
    33 
     4- Fix wrong (long) label usage (#1488283) 
    45- Fix handling of INBOX's subfolders in special folders config (#1488279) 
    56- Add ifModule statement for setting Options -Indexes in .htaccess file (#1488274) 
  • program/localization/pl_PL/labels.inc

    r080c748 re81c00b  
    403403$labels['replysamefolder'] = 'Umieszczaj odpowiedzi w folderze wiadomości, na którĠ
    404404 odpowiadam'; 
    405 $labels['contactproperties'] = 'Właściwości'; 
     405$labels['contactproperties'] = 'Właściwości kontaktu'; 
    406406$labels['properties'] = 'Właściwości'; 
    407407$labels['folderproperties'] = 'Właściwości folderu'; 
  • program/steps/addressbook/edit.inc

    r3173729 re81c00b  
    131131    $form = array( 
    132132        'contact' => array( 
    133             'name'    => rcube_label('contactproperties'), 
     133            'name'    => rcube_label('properties'), 
    134134            'content' => array( 
    135135                'email' => array('size' => $i_size, 'visible' => true), 
  • program/steps/addressbook/search.inc

    recfaed5 re81c00b  
    253253    $form = array( 
    254254        'main' => array( 
    255             'name'    => rcube_label('contactproperties'), 
     255            'name'    => rcube_label('properties'), 
    256256            'content' => array( 
    257257            ), 
  • program/steps/addressbook/show.inc

    r2c77f553 re81c00b  
    103103    $form = array( 
    104104        'contact' => array( 
    105             'name'    => rcube_label('contactproperties'), 
     105            'name'    => rcube_label('properties'), 
    106106            'content' => array( 
    107107              'email' => array('size' => $i_size, 'render_func' => 'rcmail_render_email_value'), 
Note: See TracChangeset for help on using the changeset viewer.