diff options
Diffstat (limited to 'phpBB/adm/style/install_convert.html')
| -rw-r--r-- | phpBB/adm/style/install_convert.html | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/adm/style/install_convert.html b/phpBB/adm/style/install_convert.html index 783e89d6bf..7e22404f56 100644 --- a/phpBB/adm/style/install_convert.html +++ b/phpBB/adm/style/install_convert.html @@ -22,7 +22,7 @@  	<!-- ENDIF -->  	<!-- IF S_LIST --> -		<table cellspacing="1"> +		<table class="table1">  			<caption>{L_AVAILABLE_CONVERTORS}</caption>  			<col class="col1" /><col class="col2" /><col class="col1" /><col class="col2" />  		<thead> @@ -86,7 +86,7 @@  			<!-- ELSE -->  				<dl> -					<dt><label>{checks.TITLE}:</label><!-- IF checks.S_EXPLAIN --><br /><span class="explain">{checks.TITLE_EXPLAIN}</span><!-- ENDIF --></dt> +					<dt><label>{checks.TITLE}{L_COLON}</label><!-- IF checks.S_EXPLAIN --><br /><span class="explain">{checks.TITLE_EXPLAIN}</span><!-- ENDIF --></dt>  					<dd>{checks.RESULT}</dd>  				</dl>  			<!-- ENDIF --> @@ -109,7 +109,7 @@  			<!-- ELSE -->  				<dl> -					<dt><label for="{options.KEY}">{options.TITLE}:</label><!-- IF options.S_EXPLAIN --><br /><span class="explain">{options.TITLE_EXPLAIN}</span><!-- ENDIF --></dt> +					<dt><label for="{options.KEY}">{options.TITLE}{L_COLON}</label><!-- IF options.S_EXPLAIN --><br /><span class="explain">{options.TITLE_EXPLAIN}</span><!-- ENDIF --></dt>  					<dd>{options.CONTENT}</dd>  				</dl> @@ -131,4 +131,4 @@  	</form>  <!-- ENDIF --> -<!-- INCLUDE install_footer.html -->
\ No newline at end of file +<!-- INCLUDE install_footer.html -->  | 
