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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue