This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=adf5254f1f5912242a320098b6ee304e97a37ea6 commit adf5254f1f5912242a320098b6ee304e97a37ea6 Author: Guillem Jover <[email protected]> AuthorDate: Wed Aug 30 22:04:33 2023 +0200 po: Fix format string typo in German scripts translation Fixes: commit a024068d596f511ef59658bc1a3d2f2e14c98e25 Changelog: silent --- scripts/po/de.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/po/de.po b/scripts/po/de.po index b2aad07fd..e75db228e 100644 --- a/scripts/po/de.po +++ b/scripts/po/de.po @@ -2344,7 +2344,7 @@ msgstr "Dpkg-Bau-API-Stufe mit in Konflikt stehenden Versionen: %s bzw. %s" #: scripts/Dpkg/BuildAPI.pm #, perl-format msgid "invalid dpkg build API level '%s'" -msgstr "Ungültige Dpkg-Bau-API-Stufe »%«" +msgstr "Ungültige Dpkg-Bau-API-Stufe »%s«" #: scripts/Dpkg/BuildAPI.pm #, perl-format -- Dpkg.Org's dpkg

