From d2bbef2fc9f9f6e97958b4fe371e6ceeaa89fc12 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint <Friedemann.Kleint@nokia.com> Date: Tue, 5 Oct 2010 10:16:27 +0200 Subject: [PATCH] L10n: Fix placeholders. --- share/qtcreator/translations/qtcreator_de.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/qtcreator/translations/qtcreator_de.ts b/share/qtcreator/translations/qtcreator_de.ts index ec8ba79a0b3..ca158c496a3 100644 --- a/share/qtcreator/translations/qtcreator_de.ts +++ b/share/qtcreator/translations/qtcreator_de.ts @@ -9375,7 +9375,7 @@ Wählt eine für Desktop-Entwicklung geeignete Qt-Version aus, sofern sie verfü </message> <message> <source>The application "%1" could not be found.</source> - <translation>Die Anwendung "%" konnte nicht gefunden werden.</translation> + <translation>Die Anwendung "%1" konnte nicht gefunden werden.</translation> </message> </context> <context> @@ -19914,7 +19914,7 @@ Server: %2.</translation> <message> <source>Assigning '%1' to '%2' (%3)...</source> <extracomment>Arguments: New value, name, (type)</extracomment> - <translation>Weise '%' an '%2' (%3) zu...</translation> + <translation>Weise '%1' an '%2' (%3) zu...</translation> </message> <message> <source>Can assign only scalar values.</source> @@ -22373,7 +22373,7 @@ Wählt Qt-Versionen für Simulator und mobile Ziele aus, sofern sie verfügbar s </message> <message> <source>Name matches MS Windows device. (%1).</source> - <translation>Der Name entspricht dem eines Standardgerätes unter MS Windows. (1%)</translation> + <translation>Der Name entspricht dem eines Standardgerätes unter MS Windows. (%1)</translation> </message> </context> <context> -- GitLab