diff options
author | Sunil Joshi <joshi_sunil@in.com> | 2012-11-19 18:09:39 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-11-19 18:09:39 +0100 |
commit | 5de332c9822a153ae712d7d4d9fbd4ab7a80d787 (patch) | |
tree | 85b83be34eccfbc938d18695fc5b789e2235638d /template/en/default | |
parent | 0be9c486f685c2c0061541dec52a8a68e505a04b (diff) | |
download | bugzilla-5de332c9822a153ae712d7d4d9fbd4ab7a80d787.tar.gz bugzilla-5de332c9822a153ae712d7d4d9fbd4ab7a80d787.tar.xz |
Bug 367475: Reword "Bug XXX has been added to the database" to "Bug XXX has been successfully created"
r/a=LpSolit
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/bug/process/results.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/process/results.html.tmpl b/template/en/default/bug/process/results.html.tmpl index 1d2f99a42..c5c451907 100644 --- a/template/en/default/bug/process/results.html.tmpl +++ b/template/en/default/bug/process/results.html.tmpl @@ -27,7 +27,7 @@ 'bug' => "Changes submitted for $link" , 'dupe' => "Duplicate notation added to $link" , 'dep' => "Checking for dependency changes on $link" , - 'created' => "$link has been added to the database" , + 'created' => "$link has been successfully created" , 'move' => "$link has been moved to another database" , } %] |