From c9c14261d01e8360750092baca4f7b1656999358 Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Tue, 18 Mar 2008 18:08:59 +0000 Subject: [PATCH] fixed: Thingy i18n has an empty message --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/i18n/English/Asset_Thingy.pm | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 5a0c593eb..9f4674813 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -1,5 +1,6 @@ 7.5.7 - fixed: HttpProxy mixes original site's content encoding with WebGUI's + - fixed: Thingy i18n has an empty message 7.5.6 - fixed: events get start/end time even when none specified (also can offset start/end day) diff --git a/lib/WebGUI/i18n/English/Asset_Thingy.pm b/lib/WebGUI/i18n/English/Asset_Thingy.pm index bc69cca46..70566219f 100644 --- a/lib/WebGUI/i18n/English/Asset_Thingy.pm +++ b/lib/WebGUI/i18n/English/Asset_Thingy.pm @@ -877,11 +877,6 @@ search has been done.|, message => q|Field does not have any values.|, lastUpdated => 1104630516, }, - - '' => { - message => q||, - lastUpdated => 1104630516, - }, }; 1;