Revert "Bugfix/spelling error" #17

Closed
MarciiTheDev wants to merge 39 commits from revert-16-bugfix/SpellingError into main
Showing only changes of commit f0ef554936 - Show all commits

View File

@ -1,8 +1,8 @@
return { return {
InvalidEntryData = function(message: string):string InvalidEntryData = function(message: string):string
return ("[MarcSync Exception] InvalidEntryData: %s"):format(message) return ("[MarkSynchronisationsausnahme] InvaliedeEintragsDaten: %s"):format(message)
end, end,
EntryNotFound = function(message: string):string EntryNotFound = function(message: string):string
return ("[MarcSync Exception] EntryNotFound: %s"):format(message) return ("[MarkSynchronisationsausnahme] EintragNichtGefunden: %s"):format(message)
end end
} }