diff --git a/src/language.h b/src/language.h index 35230c4..67cfac5 100644 --- a/src/language.h +++ b/src/language.h @@ -4851,7 +4851,7 @@ static const char* const myLanguage[18][301] PROGMEM = { "Loggbok full!", // 297 "Klokkemodus", // 298 "Auto sommertid på NTP-tid", // 299 - "The logbook contains over 130 entries, which the viewer cannot process. Please download the CSV file to process it." // 300 + "Loggboken inneholder over 130 oppføringer, som en ikke kan behandle. Last ned CSV-filen for å behandle den." // 300 }, { "Español", // Spanish @@ -5460,4 +5460,4 @@ static const char* const myLanguage[18][301] PROGMEM = { "The logbook contains over 130 entries, which the viewer cannot process. Please download the CSV file to process it." // 300 } }; -#endif \ No newline at end of file +#endif