Skip to content

Commit

Permalink
Add missing error msg for language EN
Browse files Browse the repository at this point in the history
  • Loading branch information
tueddy committed Jan 25, 2024
1 parent f7aff4e commit 1c81956
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/LogMessages_EN.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ const char modeAllTrackRandomLoop[] = "Mode: all tracks (in random order) of dir
const char modeWebstream[] = "Mode: webstream";
const char modeWebstreamM3u[] = "Mode: Webstream (local .m3u-file)";
const char webstreamNotAvailable[] = "Unable to access webstream as no wifi-connection is available!";
const char modeInvalid[] = "Invalid playmode %d!";
const char modeDoesNotExist[] = "Playmode does not exist!";
const char modeRepeatNone[] = "Repeatmode: no repeat";
const char modeRepeatTrack[] = "Repeatmode: current track";
Expand Down
2 changes: 1 addition & 1 deletion src/revision.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#pragma once

#include "gitrevision.h"
constexpr const char softwareRevision[] = "Software-revision: 20240117-1";
constexpr const char softwareRevision[] = "Software-revision: 20240125-1";

0 comments on commit 1c81956

Please sign in to comment.