I want to translate the login-footer
<div id="login-footer">
<span><?php _e('Osclass'); ?> v<?php echo OSCLASS_VERSION; ?></span>
</div>
file: oc-admin/themes/omega/gui/login.php
Is there any string that allows us to translate this? Or the only option is to modify <span><?php _e('Osclass'); -> <span><?php _e('Whatever');?
Thank you,