diff --git a/rhythmblock.lua b/rhythmblock.lua index f0305a3..dd3d224 100644 --- a/rhythmblock.lua +++ b/rhythmblock.lua @@ -46,7 +46,7 @@ end --[[ Instead of calling every status by string, we call the variables storing the strings. This may ease translation if we plan to do it in the future. ]] -defaultStatus = "Rhythmblock 1.0" +defaultStatus = "Rhythmblock" invalidFormatStatus = "Not a music disc" noDiscStatus = "No disc" noAudioStatus = "No audio is playing"