changing Trace Contour to Edges in an attempt to simplify language and kill technical jargon.

This commit is contained in:
secretlondon 2008-08-26 04:09:50 +00:00
parent c43465f0a2
commit 5145f37ac6

View file

@ -70,7 +70,7 @@ const char * sharpen_icon_filenames[sharpen_NUM_TOOLS] = {
"flip.png"
};
const char * sharpen_names[sharpen_NUM_TOOLS] = {
gettext_noop("Trace Contour"),
gettext_noop("Edges"),
gettext_noop("Sharpen"),
gettext_noop("Silhouette")
};