diff --git a/lib/WebGUI/i18n/English/Asset_RichEdit.pm b/lib/WebGUI/i18n/English/Asset_RichEdit.pm index 7e877b89d..1ba3cfd87 100644 --- a/lib/WebGUI/i18n/English/Asset_RichEdit.pm +++ b/lib/WebGUI/i18n/English/Asset_RichEdit.pm @@ -340,52 +340,52 @@ our $I18N = { message => q|
This Asset allows you to customize the Rich Editor used by WebGUI for WYSIWIG HTML editing and to have multiple configurations available for Collaboration Assets.
-^International('using rich edit','Asset_RichEdit');
+
^International("using rich edit","Asset_RichEdit");
Ask the user whether or not to use the Rich Editor on this form.
^International('preformatted','Asset_RichEdit');
+
^International("preformatted","Asset_RichEdit");
Normally, in HTML multiple spaces, tabs and carriage returns are considered as a single space. If this
option is set to Yes, then all whitespace entered into the form will be preserved as is.
^International('extended elements','Asset_RichEdit');
+
^International("extended elements","Asset_RichEdit");
A list of HTML tags and which elements are allowed inside of them.
^International('editor height','Asset_RichEdit');
+
^International("editor height","Asset_RichEdit");
The height of the Rich Editor, in pixels
^International('editor width','Asset_RichEdit');
+
^International("editor width","Asset_RichEdit");
The width of the Rich Editor, in pixels
^International('use br','Asset_RichEdit');
+
^International("use br","Asset_RichEdit");
Uses break tags <BR> instead of paragraph tags <P> when a newline is entered in the editor.
^International('remove line breaks','Asset_RichEdit');
+
^International("remove line breaks","Asset_RichEdit");
Removes line breaks from generated HTML.
^International('no wrap','Asset_RichEdit');
+
^International("no wrap","Asset_RichEdit");
Prevents word wrapping in the editor.
^International('directionality','Asset_RichEdit');
+
^International("directionality","Asset_RichEdit");
Allows handling of languages that go from right to left or left to right.
^International('toolbar location','Asset_RichEdit');
+
^International("toolbar location","Asset_RichEdit");
Set whether the toolbar should be placed above (top) or below (bottom) the form.
^International('css file','Asset_RichEdit');
+
^International("css file","Asset_RichEdit");
Specifies a CSS file used to style the contents of the editor.
^International('enable context menu','Asset_RichEdit');
+
^International("enable context menu","Asset_RichEdit");
Adds the context menu to toolbar row 1.