webgui/lib/WebGUI/i18n/English/Macro_AssetProxy.pm
Colin Kuskie cffe4fbc7b Remove the "using macros" entry, and all references.
Pruning and altering Macro docs up to and including CanEditText.
2007-07-17 15:44:12 +00:00

12 lines
179 B
Perl

package WebGUI::i18n::English::Macro_AssetProxy;
our $I18N = {
'invalid url' => {
message => q|Invalid Asset URL|,
lastUpdated => 1134769012,
},
};
1;