On Fri, 19 Mar 2004 02:17:06 -0300, "Joao S. O. Bueno" <gwidion@xxxxxxxxxx> wrote: > Other (%s) ... > Is copyed from another one (as fuzzy) by gettext as > a _"Other (%d:%d)" > from somewhere else. That means that in a lot of languages we will > have a %d %d in a printf-like string that will get just a string as a > parameter. Let's see the good side of that: the opposite would have been much, much worse. ;-) Trying to use %s in a printf-like statement when two integers are supplied as parameters could have some consequences on the stability of the GIMP... > Nonetheless, better be safe than sorry. I agree. -Raphaël