From 2c4584b1af07e741e4e019e2beac4354ed506ce1 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 21 Nov 2008 17:45:01 +0000 Subject: [PATCH] fix grammatical errors with contracted it (is|has) --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/i18n/English/Asset.pm | 4 ++-- lib/WebGUI/i18n/English/Asset_ProjectManager.pm | 8 ++++---- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index b89207d62..875292829 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -43,6 +43,7 @@ - fixed: WebGUI::User now actually checks whether the friends group exists (Martin Kamerbeek / Oqapi) - fixed #9039: Synopsis not output as a meta field + - fixed #9132: usage error in Hover Help 7.6.3 - improved performance of file uploads diff --git a/lib/WebGUI/i18n/English/Asset.pm b/lib/WebGUI/i18n/English/Asset.pm index cda6d36b9..52be5bba1 100644 --- a/lib/WebGUI/i18n/English/Asset.pm +++ b/lib/WebGUI/i18n/English/Asset.pm @@ -103,8 +103,8 @@ our $I18N = { }, 'purge trash after help' => { - message => q|How long should an asset stay in the trash before it's considered old enough to purge? Note that when it gets purged all it's revisions and descendants will be purged as well.|, - lastUpdated => 1167187074, + message => q|How long should an asset stay in the trash before it's considered old enough to purge? Note that when it gets purged all its revisions and descendants will be purged as well.|, + lastUpdated => 1227289347, context => q|the hover help for the purge trash after field| }, diff --git a/lib/WebGUI/i18n/English/Asset_ProjectManager.pm b/lib/WebGUI/i18n/English/Asset_ProjectManager.pm index 3cb7ce647..4feadcc26 100644 --- a/lib/WebGUI/i18n/English/Asset_ProjectManager.pm +++ b/lib/WebGUI/i18n/English/Asset_ProjectManager.pm @@ -213,8 +213,8 @@ our $I18N = { }, 'project delete warning' => { - message => q|Are you sure you wish to delete this project and all of it's associated tasks?|, - lastUpdated => 0 + message => q|Are you sure you wish to delete this project and all of its associated tasks?|, + lastUpdated => 1227289374 }, 'project start task label' => { @@ -381,8 +381,8 @@ our $I18N = { }, 'task samePredecessor error' => { - message => q|Task cannot be it's own predecessor|, - lastUpdated => 0 + message => q|Task cannot be its own predecessor|, + lastUpdated => 1227289406 }, 'task noPredecessor error' => {