From 88ee702ff32f87e4e1528960a6b2d6de40ea19af Mon Sep 17 00:00:00 2001 From: Jan Ove Overland <102610897+Overland-DX@users.noreply.github.com> Date: Thu, 16 Jan 2025 10:52:10 +0100 Subject: [PATCH] Update language.h --- src/language.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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