Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
budziam committed Apr 25, 2020
1 parent 9a21449 commit 662a31a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<tr>
<td>
<label for="mybb_groups">{$lang->strtoupper($lang->t('mybb_groups'))}</label>
<div class="hint">{$lang->t('coma_separated')}</div>
<div class="hint">{$lang->t('comma_separated')}</div>
</td>
<td>
<div class="field">
Expand Down
4 changes: 2 additions & 2 deletions translations/english/mybb_extra_groups.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php

return [
'coma_separated' => 'Separated with a coma.',
'comma_separated' => 'Separated with a comma.',
'db_host' => 'Host',
'db_name' => 'Database name',
'db_password' => 'Password',
'db_user' => 'User',
'group_not_integer' => 'Groups have to be integers separated with a coma.',
'group_not_integer' => 'Groups have to be integers separated with a comma.',
'log_mybb_purchase_no_user' => 'User was deleted from MyBB db during purchase. Payment: [{1}]',
'mybb_change_display_group' => 'If you want to change your display group, follow steps bellow:<br />
Enter user control panel <i>(on the board)</i> -> Click <b>User groups</b> -> <b>Set it as default</b>',
Expand Down
2 changes: 1 addition & 1 deletion translations/polish/mybb_extra_groups.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

return [
'coma_separated' => 'Oddzielone przecinkiem.',
'comma_separated' => 'Oddzielone przecinkiem.',
'db_host' => 'Host',
'db_name' => 'Nazwa bazy',
'db_password' => 'Hasło',
Expand Down

0 comments on commit 662a31a

Please sign in to comment.