Mercurial > p > roundup > code
changeset 2787:dea26f113e6f
do_reindex help string reformatted to reuse existing translation
| author | Alexander Smishlajev <a1s@users.sourceforge.net> |
|---|---|
| date | Tue, 19 Oct 2004 09:15:32 +0000 |
| parents | 9e9cc7974968 |
| children | b215d05941de |
| files | roundup/admin.py |
| diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/roundup/admin.py Tue Oct 19 09:09:33 2004 +0000 +++ b/roundup/admin.py Tue Oct 19 09:15:32 2004 +0000 @@ -16,7 +16,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: admin.py,v 1.81 2004-10-19 08:33:30 a1s Exp $ +# $Id: admin.py,v 1.82 2004-10-19 09:15:32 a1s Exp $ '''Administration commands for maintaining Roundup trackers. ''' @@ -1179,8 +1179,8 @@ ""'''Usage: reindex [classname|designator]* Re-generate a tracker's search indexes. - This will re-generate the search indexes for a tracker. This will - typically happen automatically. + This will re-generate the search indexes for a tracker. + This will typically happen automatically. ''' if args: for arg in args:
