diff options
author | timeless%mozdev.org <> | 2007-01-03 09:32:06 +0100 |
---|---|---|
committer | timeless%mozdev.org <> | 2007-01-03 09:32:06 +0100 |
commit | f5ae0e94f396d63d13604abd98ccae325486f6b8 (patch) | |
tree | 5ace23dcb2696cc42609475336713683ebc0f686 | |
parent | 0dcc871241d7e7103bbc6306ebef72bc00eb5f7c (diff) | |
download | bugzilla-f5ae0e94f396d63d13604abd98ccae325486f6b8.tar.gz bugzilla-f5ae0e94f396d63d13604abd98ccae325486f6b8.tar.xz |
Bug 365525 Periods in wrong place in relation to parentheses
r=mkanat a=myk
-rw-r--r-- | template/en/default/admin/params/patchviewer.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/admin/params/patchviewer.html.tmpl b/template/en/default/admin/params/patchviewer.html.tmpl index f3dd6d4a1..ad15262ff 100644 --- a/template/en/default/admin/params/patchviewer.html.tmpl +++ b/template/en/default/admin/params/patchviewer.html.tmpl @@ -29,12 +29,12 @@ "users of your system will be using for 'cvs diff'. Used in " _ "Patch Viewer ('Diff' option on patches) to figure out where " _ "patches are rooted even if users did the 'cvs diff' from " _ - "different places in the directory structure (NOTE: if your " _ + "different places in the directory structure. (NOTE: if your " _ "CVS repository is remote and requires a password, you must " _ "either ensure the $terms.Bugzilla user has done a 'cvs login' or " _ "specify the password " _ "<a href=\"http://www.cvshome.org/docs/manual/cvs_2.html#SEC26\">as " _ - "part of the CVS root.</a>). Leave this blank if you have no " _ + "part of the CVS root</a>.) Leave this blank if you have no " _ "CVS repository.", cvsroot_get => "The CVS root $terms.Bugzilla will be using to get patches from. " _ |