From a9f132b2f755bcdb30f454ec9a709233b69873e7 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 21 Jul 2008 04:34:52 +0000 Subject: [PATCH] fix some template i18n in the gallery add/edit comment template --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/i18n/English/Asset_Photo.pm | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 1546a7f69..996078c7a 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -15,6 +15,7 @@ - fixed: Image Collateral Uploader in Rich Editor now works correctly - fixed: problem with Calendar in EMS "Ticket" tab, "Start" field - fixed: Manage Subscription Codes: Search on wrong screen? + - fixed: Bad International macro calls in Gallery Template 7.5.17 - fixed: Payment Methods Hover Help Incomplete diff --git a/lib/WebGUI/i18n/English/Asset_Photo.pm b/lib/WebGUI/i18n/English/Asset_Photo.pm index 46608eaa2..74650e902 100644 --- a/lib/WebGUI/i18n/English/Asset_Photo.pm +++ b/lib/WebGUI/i18n/English/Asset_Photo.pm @@ -655,6 +655,18 @@ our $I18N = { 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;