diff options
author | ivan <ivan> | 2011-12-15 00:13:13 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-12-15 00:13:13 +0000 |
commit | 1a4a654fa6caf7d3a32350286a52c2f1b7907b6f (patch) | |
tree | b5e9273e5b2afef98289cd757908da7eff0146a5 /httemplate/edit/process/msgcat.html | |
parent | 74fbfddb54e9bc27c2622c333cc0d6e70970c852 (diff) |
usability for msgcat editing: redirect back to the message catalog you are working on, RT#15269
Diffstat (limited to 'httemplate/edit/process/msgcat.html')
-rw-r--r-- | httemplate/edit/process/msgcat.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/msgcat.html b/httemplate/edit/process/msgcat.html index 6c93508d7..bdfbf1d40 100644 --- a/httemplate/edit/process/msgcat.html +++ b/httemplate/edit/process/msgcat.html @@ -2,6 +2,6 @@ table => 'msgcat', #viewall_dir => 'browse', redirect => sub { my($cgi, $msgcat) = @_; - popurl(3). 'browse/msgcat.html?locale='. $msgcat->locale; + popurl(3). 'browse/msgcat.html?locale='. $msgcat->locale.';dummy='; }, &> |