nano-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nano-devel] Please use %s for function names


From: Christian Rose
Subject: [Nano-devel] Please use %s for function names
Date: 18 Jan 2003 11:05:33 +0100

#: files.c:700
msgid "delete_opennode(): free'd a node, YAY!\n"

#: files.c:705
msgid "delete_opennode(): free'd last node.\n"

#: nano.c:560
msgid "delete_node(): free'd a node, YAY!\n"

#: nano.c:565
msgid "delete_node(): free'd last node.\n"


Please consider replacing function names in messages with %s. Function
names shouldn't be translated anyway, and this way, all occasions of the
same message with just a different function name won't have to be
translated seperately. Also, when the function name changes or a new
message with just a different function name is added, all translations
won't have to be updated.


Thanks,
Christian






reply via email to

[Prev in Thread] Current Thread [Next in Thread]