From bd994853761f282c288ef3cf8f445acf74d3f578 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sun, 19 Oct 2008 02:11:31 +0000 Subject: [PATCH] fix some missing/broken i18n --- lib/WebGUI/International.pm | 2 +- lib/WebGUI/i18n/English/Asset_RichEdit.pm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/WebGUI/International.pm b/lib/WebGUI/International.pm index 0451e07cf..678a737b1 100644 --- a/lib/WebGUI/International.pm +++ b/lib/WebGUI/International.pm @@ -86,7 +86,7 @@ A string that specifies the language that the user should see. Defaults to the =cut -my $safeRe = qr/[^\.\w\d\s\/\^\;\?%]/; +my $safeRe = qr/[^\.:\w\d\s\/\^\;\?%]/; sub get { my ($self, $id, $namespace, $language) = @_; diff --git a/lib/WebGUI/i18n/English/Asset_RichEdit.pm b/lib/WebGUI/i18n/English/Asset_RichEdit.pm index ed50f9a1d..693b56c19 100644 --- a/lib/WebGUI/i18n/English/Asset_RichEdit.pm +++ b/lib/WebGUI/i18n/English/Asset_RichEdit.pm @@ -120,9 +120,9 @@ our $I18N = { message => q|Cut|, lastUpdated => 1115150778, }, - 'copy' => { + 'Copy' => { message => q|Copy|, - lastUpdated => 1115150778, + lastUpdated => 1224381734, }, 'paste' => { message => q|Paste|,