[plt-translators] english-string-constants.ss update
Note that I did not remove the extra line from the other translations this time.
Robby
On Mon, Sep 1, 2008 at 8:00 PM, Philippe Meunier <meunier at ccs.neu.edu> wrote:
> Index: $PLTHOME/collects/string-constants/english-string-constants.ss
> ===================================================================
> --- $PLTHOME/collects/string-constants/english-string-constants.ss (revision 11477)
> +++ $PLTHOME/collects/string-constants/english-string-constants.ss (working copy)
> @@ -928,7 +928,9 @@
> (whole-part "Whole Part")
> (numerator "Numerator")
> (denominator "Denominator")
> - (invalid-number "Invalid number: must be an exact, real, non-integral number.")
> + (insert-number/bad-whole-part "The whole part of the number must be an integral number")
> + (insert-number/bad-numerator "The numerator part of the number must be a non-negative, integral number")
> + (insert-number/bad-denominator "The denominator part of the number must be a positive, integral number")
> (insert-fraction-menu-item-label "Insert Fraction...")
>
> ;; number snip popup menu
>
> _______________________________________________
> plt-translators mailing list
> plt-translators at list.cs.brown.edu
> http://list.cs.brown.edu/mailman/listinfo/plt-translators
>
>