From 2765e6145735716dcbf3af88ffd075c3a7155c94 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 5 Jan 2009 22:05:46 +0000 Subject: [PATCH] Fix some Survey i18n typos in the time limit hoverhelp. --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/i18n/English/Asset_Survey.pm | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index c937256bc..32744c722 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -29,6 +29,7 @@ - fixed #9033: Deleting Linked Thing Field Crashes Thingy - fixed #9400: Form.captcha should be form_capcha in dataform help - fixed #9402: i18n confusion + - fixed #9403: i18n survey 7.6.7 - fixed #9263: Thingy possibleValues processing, and List type autodetection. diff --git a/lib/WebGUI/i18n/English/Asset_Survey.pm b/lib/WebGUI/i18n/English/Asset_Survey.pm index af3180db9..fb33923a0 100644 --- a/lib/WebGUI/i18n/English/Asset_Survey.pm +++ b/lib/WebGUI/i18n/English/Asset_Survey.pm @@ -240,8 +240,8 @@ our $I18N = { lastUpdated => 1224686319 }, 'timelimit hoverHelp' => { - message => q|How many minutes the user has to finish the server from the moment they start. 0 means unlimited time.|, - lastUpdated => 1224686319 + message => q|How many minutes the user has to finish the survey from the moment they start. 0 means unlimited time.|, + lastUpdated => 1231193335, }, };