Project

General

Profile

Actions

Bug #14726

closed

Typo in .../CharacterMap/locallang.php

Added by Marc Wöhlken over 19 years ago. Updated over 18 years ago.

Status:
Closed
Priority:
Should have
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2005-05-10
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

There is a small typo within the german translation, correction is attached.

Change this
---
'de' => Array (
'CharacterMapTooltip' => 'Fügen Sie Sondereichen ein',
'Insert special character' => 'Fügen Sie Sonderzeichen ein',
'HTML value:' => 'HTML-Wert:',
'Cancel' => 'Abbrechen',
),
---
to this
---
'de' => Array (
'CharacterMapTooltip' => 'Fügen Sie Sonderzeichen ein',
'Insert special character' => 'Fügen Sie Sonderzeichen ein',
'HTML value:' => 'HTML-Wert:',
'Cancel' => 'Abbrechen',
),
---
(issue imported from #M1067)

Actions #1

Updated by Marc Wöhlken over 19 years ago

Oooops, didn't specify the effected file :-(

.../plugins/CharacterMap/locallang.php

Actions #2

Updated by Stanislas Rolland over 19 years ago

Corrected in version 0.5.0.

Actions

Also available in: Atom PDF