Skip to content

Commit 1190637

Browse files
Fix missing newlines in msgstr
1 parent b02ac12 commit 1190637

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

locale/de_DE.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ msgstr "Sicherheitsmodus aktive, etwas wirklich schlechtes ist passiert.\n"
193193

194194
#: main.c:251
195195
msgid "Looks like our core CircuitPython code crashed hard. Whoops!\n"
196-
msgstr "CircuitPython ist abgestürzt. Ups!"
196+
msgstr "CircuitPython ist abgestürzt. Ups!\n"
197197

198198
#: main.c:252
199199
msgid "Please file an issue here with the contents of your CIRCUITPY drive:\n"
@@ -211,7 +211,7 @@ msgid ""
211211
"enough power for the whole circuit and press reset (after ejecting "
212212
"CIRCUITPY).\n"
213213
msgstr "genug Strom für den ganzen Schaltkreis liefert und drücke reset (nach dem"
214-
"sicheren Auswerfen von CIRCUITPY.)"
214+
"sicheren Auswerfen von CIRCUITPY.)\n"
215215

216216
#: main.c:260
217217
msgid "Press any key to enter the REPL. Use CTRL-D to reload."
@@ -220,7 +220,7 @@ msgstr "Drücke eine Taste um dich mit der REPL zu verbinden. Drücke Strg-D zum
220220

221221
#: main.c:415
222222
msgid "soft reboot\n"
223-
msgstr "weicher reboot"
223+
msgstr "weicher reboot\n"
224224

225225
#: ports/atmel-samd/audio_dma.c:285
226226
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c:361

0 commit comments

Comments
 (0)