Added i18n to VerstionTag commit back to site link
This commit is contained in:
parent
59b01b4581
commit
5a61d60c15
2 changed files with 6 additions and 1 deletions
|
|
@ -442,7 +442,7 @@ sub www_commitVersionTagConfirm {
|
|||
.'<ul>
|
||||
<li><a href="'.$default->getUrl.'">'.$i18n->get("back to home").'</a></li>
|
||||
<li><a href="'.$default->getUrl("op=manageVersions").'">'.$i18n->get("manage versions").'</a></li>
|
||||
<li><a href="'.$session->url->page().'">Back to site.</a></li>
|
||||
<li><a href="'.$session->url->page().'">'.$i18n->get("back to site").'</a></li>
|
||||
</ul>'
|
||||
);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,6 +8,11 @@ our $I18N = {
|
|||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'back to site' => {
|
||||
message => q|Back to site.|,
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'bad commit' => {
|
||||
message => q|Something bad happened while trying to commit your content. Please contact your system
|
||||
administrator.|,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue