From f2ebb5c54b09babbb305d3f2a3368be8f93b2fc1 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 18 Jun 2009 16:18:22 +0000 Subject: [PATCH] i18n a button label for Paste. --- lib/WebGUI/Content/AssetManager.pm | 2 +- lib/WebGUI/i18n/English/Asset.pm | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/WebGUI/Content/AssetManager.pm b/lib/WebGUI/Content/AssetManager.pm index 979999c43..aa44b7426 100644 --- a/lib/WebGUI/Content/AssetManager.pm +++ b/lib/WebGUI/Content/AssetManager.pm @@ -481,7 +481,7 @@ ENDHTML .WebGUI::Form::checkList($session,{name=>"assetId",vertical=>1,options=>\%options}) .'
' - .WebGUI::Form::submit($session,{value=>"Paste"}) + .WebGUI::Form::submit($session,{value=>$i18n->get('Paste')}) .WebGUI::Form::formFooter($session) .' ' .'