Hi,
I can give you FTP acces, but maybe, this is easier?
These are lines 174 to 187:
<div>
<ul class="theme-info">
<li><?php printf( __('By %s','swiftframework'), $this->theme->display('Author') ); ?></li>
<li><?php printf( __('Version %s','swiftframework'), $this->theme->display('Version') ); ?></li>
<li><?php echo '<strong>'.__('Tags', 'swiftframework').':</strong> '; ?><?php printf( $this->theme->display('Tags') ); ?></li>
</ul>
<p class="theme-description"><?php echo esc_attr($this->theme->display('Description')); ?></p>
<?php if ( $this->theme->parent() ) {
printf( ' <p class="howto">' . __( 'This <a href="%1$s">child theme</a> requires its parent theme, %2$s.', 'swiftframework' ) . '</p>',
__( 'http://codex.wordpress.org/Child_Themes','swiftframework' ),
$this->theme->parent()->display( 'Name' ) );
} ?>
</div>