From a293bdbd0c93016eff356df62a296ac1dd08c0d0 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 1 Nov 2005 21:28:16 +0000 Subject: [PATCH] forward port of branch_6_7 --- lib/WebGUI/i18n/English/Asset_Snippet.pm | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/lib/WebGUI/i18n/English/Asset_Snippet.pm b/lib/WebGUI/i18n/English/Asset_Snippet.pm index 7b9a2efc4..9d7427de6 100644 --- a/lib/WebGUI/i18n/English/Asset_Snippet.pm +++ b/lib/WebGUI/i18n/English/Asset_Snippet.pm @@ -25,30 +25,27 @@ our $I18N = { }, 'snippet add/edit body' => { - message => q|

Snippets are bits of text that may be reused on your site. Things like java scripts, style sheets, flash animations, or even slogans are all great snippets. Best of all, if you need to change the text, you can change it in only one location.

+ message => q|

Snippets are bits of text that may be reused on your site. Things like java scripts, cascading style sheets, HTML segments, XML or company slogans can all be used as snippets. Best of all, if you need to change the text, you need change it in only one location to update the snippet whereever it is used.

Since Snippets are Assets, so they have all the properties that Assets do.

|, context => 'Describing snippets', - lastUpdated => 1119765699, + lastUpdated => 1130880179, }, 'snippet description' => { - message => q|This is the snippet. Either type it in or copy and paste it into the form field. -

|, - lastUpdated => 1119765682, + message => q|This is the snippet. Either type it in or copy and paste it into the form field.|, + lastUpdated => 1130880361, }, 'process as template description' => { - message => q|This will run the snippet through the template engine. It will enable you to use session variables in the snippet, but it is a little slower. -

|, - lastUpdated => 1119765682, + message => q|This will run the snippet through the template engine. It will enable you to use session variables in the snippet at the cost of slower processing of the snippet.|, + lastUpdated => 1130880425, }, 'mimeType description' => { - message => q|Allows you to specify the MIME type of this asset when viewed via the web, useful if you'd like to serve CSS, plain text, javascript or other text files directly from the WebGUI asset system. Defaults to text/html. -

|, - lastUpdated => 1119765682, + message => q|Allows you to specify the MIME type of this asset when viewed via the web, useful if you'd like to serve CSS, plain text, javascript or other text files directly from the WebGUI asset system. Defaults to text/html.|, + lastUpdated => 1130880372, }, };