mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-11 06:53:05 -05:00
BpConfigForm: remove useless spaces, also from...
...translation
This commit is contained in:
parent
d876f16022
commit
983bd27bf8
2 changed files with 2 additions and 2 deletions
|
|
@ -47,7 +47,7 @@ class BpConfigForm extends QuickForm
|
|||
$this->addElement('textarea', 'Description', array(
|
||||
'label' => $this->translate('Description'),
|
||||
'description' => $this->translate(
|
||||
'A slightly more detailed description for this process, about 100-150 characters long '
|
||||
'A slightly more detailed description for this process, about 100-150 characters long'
|
||||
),
|
||||
'rows' => 4,
|
||||
));
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ msgstr "- bitte wählen -"
|
|||
#: /usr/local/icingaweb-modules/businessprocess/application/forms/BpConfigForm.php:50
|
||||
msgid ""
|
||||
"A slightly more detailed description for this process, about 100-150 "
|
||||
"characters long "
|
||||
"characters long"
|
||||
msgstr ""
|
||||
"Eine etwas detailliertere Beschreibung dieses Prozesses, etwa 100-150 "
|
||||
"Zeichen lang"
|
||||
|
|
|
|||
Loading…
Reference in a new issue