Skip to content

Commit ea0fca8

Browse files
jottkaerrruester
authored andcommitted
l10n: de.po: Fix translation for "'%s' is aliased to '%s'"
The German translation for "'%s' is aliased to '%s'" is incorrect. It switches the order of alias name and alias definition. A better translation would be "'%s' ist ein Alias für '%s'". (Full stop removed intentionally, because the original does not use one either.) Signed-off-by: Matthias Rüster <[email protected]>
1 parent 7ff31e1 commit ea0fca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

po/de.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16983,7 +16983,7 @@ msgstr "kein Informations-Betrachter konnte mit dieser Anfrage umgehen"
1698316983
#: builtin/help.c:551 builtin/help.c:562 git.c:348
1698416984
#, c-format
1698516985
msgid "'%s' is aliased to '%s'"
16986-
msgstr "Für '%s' wurde der Alias '%s' angelegt."
16986+
msgstr "'%s' ist ein Alias für '%s'"
1698716987

1698816988
#: builtin/help.c:565 git.c:380
1698916989
#, c-format

0 commit comments

Comments
 (0)