Dotclear

Changeset 2370:ac6b5b64f1ab for plugins


Ignore:
Timestamp:
10/15/13 10:18:46 (12 years ago)
Author:
Dsls
Branch:
2.6
Message:

core_user_pref inline help, fr+en, small l10n fixes.

Location:
plugins
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • plugins/maintenance/_admin.php

    r2196 r2370  
    198198          '<p><label for="maintenance_dashboard_icon" class="classic">'. 
    199199          form::checkbox('maintenance_dashboard_icon', 1, $core->auth->user_prefs->maintenance->dashboard_icon). 
    200           __('Display count of late tasks on maintenance dashboard icon').'</label></p>'. 
     200          __('Display overdue tasks counter on maintenance dashboard icon').'</label></p>'. 
    201201 
    202202          '<p><label for="maintenance_dashboard_item" class="classic">'. 
    203203          form::checkbox('maintenance_dashboard_item', 1, $core->auth->user_prefs->maintenance->dashboard_item). 
    204           __('Display list of late tasks on dashboard items').'</label></p>'. 
     204          __('Display overdue tasks list on dashboard items').'</label></p>'. 
    205205 
    206206          '</div>'; 
  • plugins/themeEditor/_admin.php

    r1609 r2370  
    5353          '<p><label for="colorsyntax" class="classic">'. 
    5454          form::checkbox('colorsyntax',1,$core->auth->user_prefs->interface->colorsyntax).'</label>'. 
    55           __('Syntax color for theme editor'). 
     55          __('Syntax highlighting in theme editor'). 
    5656          '</p>'; 
    5757     } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map