This is the footer.php file:
[please use the 'code' button to mark any code posted directly; in future, please use the pastebin for any code longer than 10 lines]
<div class="clear"></div>
</div>
<div id="footer">
<span class="text">
<?php
$blog_name = '<a href="'.get_bloginfo('url').'">'.get_bloginfo('name').'</a>';
printf(__('Copyright %s %s %s · Powered by %s ','lightword'),'©',date('Y'),$blog_name,'<a href="http://www.wordpress.org" title="WordPress">WordPress</a>')
;?>
<?php _e('<a href="http://www.lightword-design.com/" title="Lightword Theme">Lightword Theme</a> by Andrei Luca','lightword')
;?>
<?php global $lw_footer_content; echo $lw_footer_content; ?>
<a>" class="top" href="#top"><?php _e('Go to top','lightword'); ?> ↑</a>
</span>
</div>
<script type="text/javascript" src="<?php echo get_template_directory_uri(); ?>/js/menu.js"></script>
</div>
<?php wp_footer(); ?>
</body>
</html>
-----------------------------------------------------------------------What line or part i need to modify?