German translation: Fix error message when installing plugin

%1 resolves to "Qt Creator" or "Design Studio", and the message means
that no plugin for that application was found in the extracted zip.

Change-Id: I1f07a3557bdac7dcabf26206aa12fabac0ca272d
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Robert Löhning <robert.loehning@qt.io>
This commit is contained in:
Eike Ziller
2023-01-02 15:00:55 +01:00
parent a3c1b35475
commit bd679b61d1

View File

@@ -48247,7 +48247,7 @@ Useful if build directory is corrupted or when rebuilding with a newer version o
</message> </message>
<message> <message>
<source>Did not find %1 plugin.</source> <source>Did not find %1 plugin.</source>
<translation>Konnte das Plugin %1 nicht finden.</translation> <translation>Konnte kein %1 Plugin finden.</translation>
</message> </message>
<message> <message>
<source>Install Location</source> <source>Install Location</source>