Tell the user to report the bug to the translator.
for(x=0; x<z; x++)
if (getword_multisep(w,sizeof(w),&gwarea,',')<0) {
- debuga(_("SARG: Maybe you have a broken record or garbage in the names of the months.\n"));
+ debuga(_("The internal list of month names is invalid. Please report this bug to the translator.\n"));
exit(EXIT_FAILURE);
}
if (getword_multisep(month,month_len,&gwarea,',')<0) {
- debuga(_("Maybe you have a broken record or garbage in the name of the months.\n"));
+ debuga(_("The internal list of month names is invalid. Please report this bug to the translator.\n"));
exit(EXIT_FAILURE);
}
}