Commit c8d6a798 authored by timeless%mozdev.org's avatar timeless%mozdev.org

Bug 244053 grammar bug in checksetup

r=justdave a=justdave
parent 680ffe30
...@@ -426,11 +426,11 @@ use Bugzilla::Config qw(:DEFAULT :admin :locations); ...@@ -426,11 +426,11 @@ use Bugzilla::Config qw(:DEFAULT :admin :locations);
# know, we never want to overwrite your own version of 'localconfig', so # know, we never want to overwrite your own version of 'localconfig', so
# we can't put it into the CVS/tarfile, can we? # we can't put it into the CVS/tarfile, can we?
# #
# Now, we need a new variable. We simply add the necessary stuff to checksetup. # Now, when we need a new variable, we simply add the necessary stuff to
# The user get's the new version of Bugzilla from the CVS, runs checksetup # checksetup. When the user gets the new version of Bugzilla from CVS and
# and checksetup finds out "Oh, there is something new". Then it adds some # runs checksetup, it finds out "Oh, there is something new". Then it adds
# default value to the user's local setup and informs the user to check that # some default value to the user's local setup and informs the user to
# to see if that is what the user wants. # check that to see if it is what the user wants.
# #
# Cute, ey? # Cute, ey?
# #
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment