Skip to content

Commit 508b49d

Browse files
authored
Merge pull request solosky#192 from impeeza/impeeza-De-Typo
Deutsch Typo correction
2 parents 01d2c97 + f888bc8 commit 508b49d

File tree

2 files changed

+168
-168
lines changed

2 files changed

+168
-168
lines changed

fw/application/src/i18n/de_DE.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#include "string_id.h"
22
const char * const lang_de_DE[_L_COUNT] = {
33
[_L_ON] = "AN",
4-
[_L_OFF] = "AUF",
4+
[_L_OFF] = "AUS",
55
[_L_ON_F] = "[AN]",
6-
[_L_OFF_F] = "[AUF]",
6+
[_L_OFF_F] = "[AUS]",
77
[_L_BACK] = "Zurück",
88
[_L_ERR] = "Fehler",
99
[_L_ERR_CODE] = "Fehlercode",

0 commit comments

Comments
 (0)