Closed (duplicate)
Project:
Drupal core
Version:
7.0-alpha7
Component:
update.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Sep 2010 at 23:53 UTC
Updated:
3 Oct 2010 at 03:44 UTC
/modules/update/update.module@219-222 are not translatable. There should be like this:
// Customize the titles of the action links depending on where they appear.
$items['admin/reports/updates/install']['title'] = t('Install new module or theme');
$items['admin/modules/install']['title'] = t('Install new module');
$items['admin/appearance/install']['title'] = t('Install new theme');
Comments
Comment #1
dwwThe D7 menu system should make all of these translatable.
Comment #2
dwwActually, duplicate with #818136: Some strings in update.module are not translatable is more accurate.