forked from extern/egroupware
Fix a couple more misspells...
This commit is contained in:
parent
e42fcb0ad8
commit
c55ca5d18a
@ -95,7 +95,7 @@
|
|||||||
<td colspan="<?php echo ($newinstall?"1":"2"); ?>"> <font color="fefefe">Multi-Language support setup</font></td>
|
<td colspan="<?php echo ($newinstall?"1":"2"); ?>"> <font color="fefefe">Multi-Language support setup</font></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr bgcolor="e6e6e6">
|
<tr bgcolor="e6e6e6">
|
||||||
<td colspan="<?php echo ($newinstall?"1":"2"); ?>">This program will help you upgrade or installing different languages for phpGroupWare</td>
|
<td colspan="<?php echo ($newinstall?"1":"2"); ?>">This program will help you upgrade or install different languages for phpGroupWare</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr bgcolor="e6e6e6">
|
<tr bgcolor="e6e6e6">
|
||||||
<td<?php echo ($newinstall?' align="center"':""); ?>>Select which languages you would like to use.
|
<td<?php echo ($newinstall?' align="center"':""); ?>>Select which languages you would like to use.
|
||||||
@ -113,8 +113,8 @@
|
|||||||
<?php
|
<?php
|
||||||
if (! $newinstall) {
|
if (! $newinstall) {
|
||||||
echo '<td valign="top">Select which method of upgrade you would like to do'
|
echo '<td valign="top">Select which method of upgrade you would like to do'
|
||||||
. '<br><input type="radio" name="upgrademethod" value="dumpold"> Delete all old langagues and install new ones'
|
. '<br><input type="radio" name="upgrademethod" value="dumpold"> Delete all old languages and install new ones'
|
||||||
. '<br><input type="radio" name="upgrademethod" value="addmissing"> Only add new pharses'
|
. '<br><input type="radio" name="upgrademethod" value="addmissing"> Only add new phrases'
|
||||||
. '<br><input type="radio" name="upgrademethod" value="addonlynew"> only add languages that are not in the database already.'
|
. '<br><input type="radio" name="upgrademethod" value="addonlynew"> only add languages that are not in the database already.'
|
||||||
. '</td>';
|
. '</td>';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user