diff options
author | Matt Selsky <selsky@columbia.edu> | 2012-08-03 00:27:27 +0200 |
---|---|---|
committer | Marc Schumann <wurblzap@gmail.com> | 2012-08-03 00:27:27 +0200 |
commit | c6e47461e32197e566a687f2654b18ef908a8c30 (patch) | |
tree | 088357b31df1161295226eedfe91ed36d9d205cc /template/en/default/bug | |
parent | 7a9af9adf59089bd612b112c29fcb88e054dacd6 (diff) | |
download | bugzilla-c6e47461e32197e566a687f2654b18ef908a8c30.tar.gz bugzilla-c6e47461e32197e566a687f2654b18ef908a8c30.tar.xz |
Bug 759413 - Use "cannot" instead of "can not".
r=Wurblzap, a=LpSolit
Diffstat (limited to 'template/en/default/bug')
-rw-r--r-- | template/en/default/bug/dependency-tree.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/dependency-tree.html.tmpl b/template/en/default/bug/dependency-tree.html.tmpl index 9f6590a73..a4bb0e672 100644 --- a/template/en/default/bug/dependency-tree.html.tmpl +++ b/template/en/default/bug/dependency-tree.html.tmpl @@ -219,7 +219,7 @@ <td> <form method="get" action="showdependencytree.cgi" style="display: inline; margin: 0px;"> - [%# Limit entry form: the button can not do anything when total depth + [%# Limit entry form: the button cannot do anything when total depth is less than two, so disable it %] <input name="maxdepth" size="4" maxlength="4" value="[% maxdepth > 0 && maxdepth <= realdepth ? maxdepth : "" |