On Sun, Mar 07, 2004 at 04:53:51PM +0100, Josep Puigdemont wrote: > echo -n $"Start service $1 (Y)es/(N)o/(C)ontinue? [Y] " > read answer > if strstr $"yY" "$answer" || [ "$answer" = "" ] ; then > Would it be a good suggestion to make a translatable string called > something like $YES that would hold the possible answers for Yes ("Yy")? > (and same for No and Continue) It is translatable (see $"yY" above). The only trouble is that the extractor script ignores it. Patch is in bugzilla. Mirek