fix some template i18n in the gallery add/edit comment template
This commit is contained in:
parent
5fa3f7abba
commit
a9f132b2f7
2 changed files with 13 additions and 0 deletions
|
|
@ -15,6 +15,7 @@
|
||||||
- fixed: Image Collateral Uploader in Rich Editor now works correctly
|
- fixed: Image Collateral Uploader in Rich Editor now works correctly
|
||||||
- fixed: problem with Calendar in EMS "Ticket" tab, "Start" field
|
- fixed: problem with Calendar in EMS "Ticket" tab, "Start" field
|
||||||
- fixed: Manage Subscription Codes: Search on wrong screen?
|
- fixed: Manage Subscription Codes: Search on wrong screen?
|
||||||
|
- fixed: Bad International macro calls in Gallery Template
|
||||||
|
|
||||||
7.5.17
|
7.5.17
|
||||||
- fixed: Payment Methods Hover Help Incomplete
|
- fixed: Payment Methods Hover Help Incomplete
|
||||||
|
|
|
||||||
|
|
@ -655,6 +655,18 @@ our $I18N = {
|
||||||
context => q{Error when user is out of disk space.},
|
context => q{Error when user is out of disk space.},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
'template comment add title' => {
|
||||||
|
message => q{Add comment},
|
||||||
|
lastUpdated => 0,
|
||||||
|
context => q{Title for the edit comment screen.},
|
||||||
|
},
|
||||||
|
|
||||||
|
'template comment edit title' => {
|
||||||
|
message => q{Edit comment.},
|
||||||
|
lastUpdated => 0,
|
||||||
|
context => q{Title for the edit comment screen.},
|
||||||
|
},
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue