X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=tools.c;h=097684855d8230a66cb21819ceb9240dce68a5cb;hb=795115bf680185ae01043bd1222b78bfed8c1d87;hp=c42fb128115a0fc0972ceec74c32a0081e58e786;hpb=74b7e019a45d56907412d065f99a0639d58cfae7;p=NeonServV5.git diff --git a/tools.c b/tools.c index c42fb12..0976848 100644 --- a/tools.c +++ b/tools.c @@ -5,8 +5,8 @@ #include "ClientSocket.h" static const struct default_language_entry msgtab[] = { - {"TIME_MASK_2_ITEMS", "%s and %s"}, - {"TIME_MASK_3_ITEMS", "%s, %s and %s"}, + {"TIME_MASK_2_ITEMS", "%s and %s"}, /* {ARGS: "2 days", "1 hour"} */ + {"TIME_MASK_3_ITEMS", "%s, %s and %s"}, /* {ARGS: "2 days", "1 hour", "20 minutes"} */ {"TIME_YEAR", "year"}, {"TIME_YEARS", "years"}, {"TIME_MONTH", "month"},