Hi,
I need to customize both the missing answer pop up and the red notice which indicates that mandatory answers are missing. Essentially, because they should sound more friendly in the context of our survey.
A grep search within all limesurvey files, that is:
Code:
grep -r -e 'muss beantwortet'
, returned:
Code:
locale/de/de.mo
locale/de-informal/de-informal.mo
Questions:
Is /local/de/de.mo the appropriate file to change the notice?
Which is the right way to edit this file, since it is a binary?
Many thanks and kind regards
Wilhelm