Actions
Feature #4475
closedtranslation of manually + automatically
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
scheduler
Target version:
-
Start date:
2009-09-07
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
label "manually" and "automatically" are hardcoded
Updated by Francois Suter about 15 years ago
- Status changed from New to Needs Feedback
Do you refer to that piece of code by any chance?
if ($lastRun['type'] == 'manual') { $label = 'manually'; } else { $label = 'automatically'; } $type = $GLOBALS['LANG']->getLL('label.' . $label);
If yes, please mind that $label is actually used to create a locallang label and not directly for output.
Check?
Updated by Georg Ringer about 15 years ago
oh i am so sorry, mea maxima culpa :(
Updated by Francois Suter about 15 years ago
- Status changed from Needs Feedback to Rejected
No worries ;-)
Updated by Michael Stucki almost 11 years ago
- Project changed from 739 to TYPO3 Core
- Category changed from scheduler to scheduler
Actions