From d9c25231ee9d7c24419e87d02d776babf63f3ff0 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 10 Jan 2007 21:35:00 +0000 Subject: [PATCH] fix some typos in the pagination loop variables --- lib/WebGUI/i18n/English/WebGUI.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/WebGUI/i18n/English/WebGUI.pm b/lib/WebGUI/i18n/English/WebGUI.pm index 8dd4c2a3f..3fead477a 100644 --- a/lib/WebGUI/i18n/English/WebGUI.pm +++ b/lib/WebGUI/i18n/English/WebGUI.pm @@ -2344,13 +2344,13 @@ div.tabs { }, 'pagination.url' => { - message => q|The URL of page X, where X is the number in the loop we're at.|, - lastUpdated => 1149182026, + message => q|The URL of a page in the page loop.|, + lastUpdated => 1168370951, }, 'pagination.text' => { - message => q|The number of page X, where X is the number in the loop we're at.|, - lastUpdated => 1149182026, + message => q|The number of a page in the page loop.|, + lastUpdated => 1168464885, }, 'pagination.pageList.upTo20' => {