summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/math.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/math.c b/math/math.c
index 39b53b0..9943fba 100644
--- a/math/math.c
+++ b/math/math.c
@@ -152,7 +152,7 @@ pr_opts(struct meta *mp)
{ mp->pdf, "PDF", "pdficon.gif", 'p', "View as PDF" },
{ mp->mw, "MW", "mwicon.gif", 'm', "Download Maple worksheet" },
{ mp->mws, "MWS", "mwsicon.gif", 's', "Download Maple classic worksheet" },
- { mp->code, "CODE", "codeicon.gif", 'c', "Download Maple code" },
+ { mp->code, "CODE", "codeicon.gif", 'c', "Download Code" },
{ mp->email, "EMAIL", "emailicon.gif", 'e', "E-mail to a colleague" },
{ mp->video, "VIDEO", "videoicon.gif", 'v', "View Video" },
{ mp->video_hq, "VIDEO_HQ", "videohqicon.gif", 'q', "View HQ Video" },