Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 920a7df

Browse files
committed
fixed typo in german translation
1 parent f450e5e commit 920a7df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/universalJavaApplicationStub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ if [[ $LANG == fr* ]] ; then
256256

257257
# German localization
258258
elif [[ $LANG == de* ]] ; then
259-
MSG_ERROR_LAUNCHING="FEHLER beim starten von '${CFBundleName}'."
259+
MSG_ERROR_LAUNCHING="FEHLER beim Starten von '${CFBundleName}'."
260260
MSG_MISSING_MAINCLASS="Die 'MainClass' ist nicht spezifiziert!\nDie Java-Anwendung kann nicht gestartet werden!"
261261
MSG_NO_SUITABLE_JAVA="Es wurde keine passende Java-Version auf Ihrem System gefunden!\nDieses Programm benötigt Java"
262262
MSG_JAVA_VERSION_OR_LATER="oder neuer"

0 commit comments

Comments
 (0)