Fixed %s database name in DE translation
At the end of the Icinga Web 2 setup procedure, there's a nice welcome greeting.
Since there's no database name in the [original message], there's no text that could be replaced by the %s.
This is untested. Please let me know if there are other lines/files that have to be changed in order to make this work.
Kind regards,
Bernd
[original message] 81bb5272b5/modules/setup/library/Setup/Steps/DatabaseStep.php (L252)
This commit is contained in:
parent
7bb9c8e25f
commit
ffadceafd7
|
@ -1113,7 +1113,7 @@ msgstr ""
|
|||
|
||||
#: ../../../../library/Setup/Steps/DatabaseStep.php:252
|
||||
msgid "The database has been fully set up!"
|
||||
msgstr "Die Datenbank \"%s\" wurde vollständig eingerichtet!"
|
||||
msgstr "Die Datenbank wurde vollständig eingerichtet!"
|
||||
|
||||
#: ../../../../library/Setup/Steps/DatabaseStep.php:216
|
||||
#, php-format
|
||||
|
|
Loading…
Reference in New Issue