Project

General

Profile

Actions

Feature #4475

closed

translation of manually + automatically

Added by Georg Ringer over 14 years ago. Updated over 10 years ago.

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

Actions #1

Updated by Francois Suter over 14 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?

Actions #2

Updated by Georg Ringer over 14 years ago

oh i am so sorry, mea maxima culpa :(

Actions #3

Updated by Francois Suter over 14 years ago

  • Status changed from Needs Feedback to Rejected

No worries ;-)

Actions #4

Updated by Michael Stucki over 10 years ago

  • Category set to scheduler
Actions #5

Updated by Michael Stucki over 10 years ago

  • Project changed from 739 to TYPO3 Core
  • Category changed from scheduler to scheduler
Actions

Also available in: Atom PDF