summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Williams <pfaedit@users.sourceforge.net>2011-02-18 10:31:32 -0800
committerGeorge Williams <pfaedit@users.sourceforge.net>2011-02-18 10:31:32 -0800
commit1c0152aeaa42b60c9339d51b96e408a1aed6d15f (patch)
tree49eea24323e618c11f651173a0e5d55cfabf3c8c
parentbb88226b698486910f0eeb84b66b42ea9cc95356 (diff)
Richard Gitshlag suggests that the buttons in the "non-integral coordinates" question of validation are confusing and suggests they be relabeled.
-rw-r--r--fontforge/problems.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fontforge/problems.c b/fontforge/problems.c
index c35a5b9c..0d7b19c6 100644
--- a/fontforge/problems.c
+++ b/fontforge/problems.c
@@ -5215,7 +5215,7 @@ static int VWCheckup(struct val_data *vw) {
if ( sc!=NULL && vw->need_to_check_with_user_on_mask &&
(sc->layers[vw->layer].validation_state&vs_nonintegral )) {
vw->need_to_check_with_user_on_mask = false;
- buts[0] = _("Erroneous"); buts[1]=_("Acceptable"); buts[2] = NULL;
+ buts[0] = _("Report as Error"); buts[1]=_("Ignore"); buts[2] = NULL;
if ( ff_ask(_("Not sure if this is an error..."),(const char **) buts,0,1,
_("This font contains non-integral coordinates. That's OK\n"
"in PostScript and SVG but causes problems in TrueType.\n"