Index: content-bundles/resources/types.properties =================================================================== --- content-bundles/resources/types.properties (revision 297) +++ content-bundles/resources/types.properties (working copy) @@ -297,3 +297,4 @@ conditional.only_if_condition_is_met=Only if the following condition is met: conditional.gradebook_tool_name=Gradebook +paste.here = here \ No newline at end of file Index: content-bundles/resources/types_es.properties =================================================================== --- content-bundles/resources/types_es.properties (revision 297) +++ content-bundles/resources/types_es.properties (working copy) @@ -287,4 +287,6 @@ conditional.gradebook_tool_name=Calificaciones edit.renderHtml = Permitir archivos HTML -edit.renderHtml.explanation = El c\u00F3digo HTML subido por un usuario puede contener scripts peligrosos. Para modificar el comportamiento por defecto y permitir HTML sin restricciones, marca esta opci\u00F3n. \ No newline at end of file +edit.renderHtml.explanation = El c\u00F3digo HTML subido por un usuario puede contener scripts peligrosos. Para modificar el comportamiento por defecto y permitir HTML sin restricciones, marca esta opci\u00F3n. + +paste.here = aqu\u00ED \ No newline at end of file Index: content-tool/tool/src/webapp/vm/content/sakai_resources_list.vm =================================================================== --- content-tool/tool/src/webapp/vm/content/sakai_resources_list.vm (revision 297) +++ content-tool/tool/src/webapp/vm/content/sakai_resources_list.vm (working copy) @@ -348,7 +348,7 @@ #set ($itemsOnLine = 0) #foreach($action in $item.pasteActions) #if($itemsOnLine > 0)|#end - $labeler.getLabel($action) + $labeler.getLabel($action) #set ($itemsOnLine = $itemsOnLine + 1) #end #end @@ -606,7 +606,7 @@ #set ($itemsOnLine = 0) #foreach($action in $item.pasteActions) #if($itemsOnLine > 0)|#end - $labeler.getLabel($action) + $labeler.getLabel($action) #set ($itemsOnLine = $itemsOnLine + 1) #end #end