i18n a button label for Paste.
This commit is contained in:
parent
492e7fd026
commit
f2ebb5c54b
2 changed files with 7 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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 Asset Only|,
|
||||
lastUpdated => 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue