Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
c6e47461
Commit
c6e47461
authored
Aug 03, 2012
by
Matt Selsky
Committed by
Marc Schumann
Aug 03, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 759413 - Use "cannot" instead of "can not".
r=Wurblzap, a=LpSolit
parent
7a9af9ad
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
15 additions
and
15 deletions
+15
-15
administration.xml
docs/en/xml/administration.xml
+3
-3
customization.xml
docs/en/xml/customization.xml
+1
-1
installation.xml
docs/en/xml/installation.xml
+1
-1
using.xml
docs/en/xml/using.xml
+2
-2
editparams.cgi
editparams.cgi
+1
-1
confirm-delete.html.tmpl
...ate/en/default/admin/fieldvalues/confirm-delete.html.tmpl
+1
-1
dependency-tree.html.tmpl
template/en/default/bug/dependency-tree.html.tmpl
+1
-1
user-error.html.tmpl
template/en/default/global/user-error.html.tmpl
+5
-5
No files found.
docs/en/xml/administration.xml
View file @
c6e47461
...
...
@@ -2362,7 +2362,7 @@ ReadOnly: ENTRY, NA/NA, CANEDIT
<para>
Keywords are global, rather than per-product. If the administrator changes
a keyword currently applied to any bugs, the keyword cache must be rebuilt
using the
<xref
linkend=
"sanitycheck"
/>
script. Currently keywords can
not
using the
<xref
linkend=
"sanitycheck"
/>
script. Currently keywords cannot
be marked obsolete to prevent future usage.
</para>
<para>
...
...
@@ -2386,7 +2386,7 @@ ReadOnly: ENTRY, NA/NA, CANEDIT
</para>
<tip>
<para>
Before adding a Custom Field, make sure that Bugzilla can
not already
Before adding a Custom Field, make sure that Bugzilla cannot already
do the desired behavior. Many Bugzilla options are not enabled by
default, and many times Administrators find that simply enabling
certain options that already exist is sufficient.
...
...
@@ -3160,7 +3160,7 @@ ReadOnly: ENTRY, NA/NA, CANEDIT
To run the "Sanity Check" script, log in as an Administrator and click the
"Sanity Check" link in the admin page. Any problems that are found will be
displayed in red letters. If the script is capable of fixing a problem,
it will present a link to initiate the fix. If the script can
not
it will present a link to initiate the fix. If the script cannot
fix the problem it will require manual database administration or recovery.
</para>
<para>
...
...
docs/en/xml/customization.xml
View file @
c6e47461
...
...
@@ -488,7 +488,7 @@
except group restrictions (unless they are members of the groups they
are trying to change). Bug reporters also have the ability to edit some
fields, but in a more restrictive manner. Other users, without
<emphasis>
editbugs
</emphasis>
privileges, can
not edit
<emphasis>
editbugs
</emphasis>
privileges, cannot edit
bugs, except to comment and add themselves to the CC list.
</para>
...
...
docs/en/xml/installation.xml
View file @
c6e47461
...
...
@@ -2394,7 +2394,7 @@ bash$ <command>./checksetup.pl</command>
<warning>
<para>
The period at the beginning of the command
<command>
./checksetup.pl
</command>
is important and can
not
<command>
./checksetup.pl
</command>
is important and cannot
be omitted.
</para>
</warning>
...
...
docs/en/xml/using.xml
View file @
c6e47461
...
...
@@ -1531,7 +1531,7 @@
</term>
<listitem>
<para>
Indicates user can
not be impersonated by other users.
Indicates user cannot be impersonated by other users.
</para>
</listitem>
</varlistentry>
...
...
@@ -2014,7 +2014,7 @@
<para>
When running queries, the whining system acts as if you are the user
executing the query. This means that the whining system will ignore
bugs that match your query, but that you can
not access.
bugs that match your query, but that you cannot access.
</para>
</note>
...
...
editparams.cgi
View file @
c6e47461
...
...
@@ -119,7 +119,7 @@ if ($action eq 'save' && $current_module) {
}
}
elsif
(
$name
eq
'globalwatchers'
)
{
# can't check this as others, as Bugzilla::Config::Common
# can
not use Bugzilla::User
# cannot use Bugzilla::User
foreach
my
$watcher
(
split
(
/[,\s]+/
,
$value
))
{
ThrowUserError
(
'invalid_parameter'
,
...
...
template/en/default/admin/fieldvalues/confirm-delete.html.tmpl
View file @
c6e47461
...
...
@@ -101,7 +101,7 @@
[% IF value_count == 1 %]
<li>'[% value.name FILTER html %]' is the last value for
'[%- field.description FILTER html %]', and so it can
not be deleted.
'[%- field.description FILTER html %]', and so it cannot be deleted.
</li>
[% END %]
...
...
template/en/default/bug/dependency-tree.html.tmpl
View file @
c6e47461
...
...
@@ -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 : ""
...
...
template/en/default/global/user-error.html.tmpl
View file @
c6e47461
...
...
@@ -263,7 +263,7 @@
[% ELSIF error == "bug_url_too_long" %]
[% title = "Invalid $terms.Bug URL" %]
[% terms.Bug %] URLs can
not be longer than
[% terms.Bug %] URLs cannot be longer than
[%+ constants.MAX_BUG_URL_LENGTH FILTER none %] characters long.
<code>[% url FILTER html %]</code> is too long.
...
...
@@ -332,8 +332,8 @@
integer between 0 and [% constants.MAX_SMALLINT FILTER html %].
[% ELSIF error == "classification_not_deletable" %]
[% title = "Default Classification Can
N
ot Be Deleted" %]
You can
not delete the default classification
[% title = "Default Classification Can
n
ot Be Deleted" %]
You cannot delete the default classification
[% ELSIF error == "classification_has_products" %]
Sorry, there are products for this classification. You
...
...
@@ -435,11 +435,11 @@
Your message did not contain any text, as far as we could tell.
[% ELSIF error == "empty_group_description" %]
[% title = "The group description can
not be empty" %]
[% title = "The group description cannot be empty" %]
You must enter a description for the group.
[% ELSIF error == "empty_group_name" %]
[% title = "The group name can
not be empty" %]
[% title = "The group name cannot be empty" %]
You must enter a name for the group.
[% ELSIF error == "entry_access_denied" %]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment