Skip to content
Prev 27020 / 63434 Next

mistake in Italian translation

Hi all.
I'm not sure I should send this here, but the link to the Italian
Traslation Team is dead here:
http://developer.r-project.org/TranslationTeams.html

I've found an annoying mistake in the italian traslation of a base
error message:
##
Errore in `$<-.data.frame`(`*tmp*`, "a", value = 1:2) :
  dati sostitutivi con %righe, i dati ne hanno 1
##

This is a little cryptic message for the final user, if compared with this:
##
[1] "C"
Error in `$<-.data.frame`(`*tmp*`, "a", value = 1:2) :
  replacement has 2 rows, data has 1
##

Find attached the proposed patch against revision 43697.

Bests,
Antonio.