diff options
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/acp_email.html | 4 | ||||
-rw-r--r-- | phpBB/adm/style/acp_main.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/adm/style/acp_email.html b/phpBB/adm/style/acp_email.html index a44b276bee..5744136230 100644 --- a/phpBB/adm/style/acp_email.html +++ b/phpBB/adm/style/acp_email.html @@ -39,8 +39,8 @@ <dd><select id="priority" name="mail_priority_flag">{S_PRIORITY_OPTIONS}</select></dd> </dl> <dl> - <dt><label for="send">{L_SEND_IMMEDIATLY}:</label></dt> - <dd><input id="send" type="checkbox" class="radio" name="send_immediatly" checked="checked" /></dd> + <dt><label for="send">{L_SEND_IMMEDIATELY}:</label></dt> + <dd><input id="send" type="checkbox" class="radio" name="send_immediately" checked="checked" /></dd> </dl> <p class="submit-buttons"> diff --git a/phpBB/adm/style/acp_main.html b/phpBB/adm/style/acp_main.html index 9279cb9b9b..41d00a3b41 100644 --- a/phpBB/adm/style/acp_main.html +++ b/phpBB/adm/style/acp_main.html @@ -4,9 +4,9 @@ <!-- IF S_RESTORE_PERMISSIONS --> - <h1>{L_PERMISSIONS_TRANSFERED}</h1> + <h1>{L_PERMISSIONS_TRANSFERRED}</h1> - <p>{L_PERMISSIONS_TRANSFERED_EXPLAIN}</p> + <p>{L_PERMISSIONS_TRANSFERRED_EXPLAIN}</p> <!-- ELSE --> |