[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
lynx-dev string to be "gettexted" on forms-based Option Menu
From: |
Henry Nelson |
Subject: |
lynx-dev string to be "gettexted" on forms-based Option Menu |
Date: |
Sat, 24 Aug 2002 20:17:31 +0900 (JST) |
Until recently I never used the forms-based Option Menu, so I didn't
pick up on it, but it seems at least one string on that page was not
set up for NLS. Not sure how you want to do it, but a patch is appended.
__Henry
*** lynx2-8-5/src/LYOptions.c.orig Sat Aug 24 19:38:13 2002
--- lynx2-8-5/src/LYOptions.c Sat Aug 24 19:46:01 2002
***************
*** 3238,3244 ****
fprintf(fp0, "<input type=\"checkbox\" name=\"%s\">\n",
save_options_string);
}
! fprintf(fp0, "<br>(options marked with (!) will not be saved)\n");
}
/*
--- 3238,3245 ----
fprintf(fp0, "<input type=\"checkbox\" name=\"%s\">\n",
save_options_string);
}
! fprintf(fp0, "<br>%s\n",
! gettext("(options marked with (!) will not be saved)"));
}
/*
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- lynx-dev string to be "gettexted" on forms-based Option Menu,
Henry Nelson <=