i18n a button label for Paste.

This commit is contained in:
Colin Kuskie 2009-06-18 16:18:22 +00:00
parent 492e7fd026
commit f2ebb5c54b
2 changed files with 7 additions and 1 deletions

View file

@ -481,7 +481,7 @@ ENDHTML
.WebGUI::Form::checkList($session,{name=>"assetId",vertical=>1,options=>\%options})
.'<br />'
.WebGUI::Form::submit($session,{value=>"Paste"})
.WebGUI::Form::submit($session,{value=>$i18n->get('Paste')})
.WebGUI::Form::formFooter($session)
.' </fieldset></div> '
.'<script type="text/javascript">

View file

@ -266,6 +266,12 @@ our $I18N = {
context => q|Same as Copy, but lower case.|
},
'Paste' => {
message => q|Paste|,
lastUpdated => 1245342798,
context => q|To remove an item from the clipboard, and put it on the current page.|
},
'this asset only' => {
message => q|This&nbsp;Asset&nbsp;Only|,
lastUpdated => 0,