summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2007-02-12 05:47:28 +0000
committerDimitri Sokolyuk <demon@dim13.org>2007-02-12 05:47:28 +0000
commitbee0f8f7527e4a48eb32422d6021d7cf2bd49b86 (patch)
treef7aa48c97e6ea859580554bfc62d4b265e61931d
parentab9badffdb3c0dbbf010e24da1ad8c2f591acb97 (diff)
change description for code
-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" },