active_angels.php, default.po: fix typo
This commit is contained in:
parent
276b1aa976
commit
f387bc655d
|
@ -342,7 +342,7 @@ function admin_active()
|
|||
form_submit('submit', icon('search') . __('form.search')),
|
||||
], url('/admin-active')),
|
||||
$set_active == '' ? form([
|
||||
form_text('count', __('How much angels should be active?'), $count ?: $forced_count),
|
||||
form_text('count', __('How many angels should be active?'), $count ?: $forced_count),
|
||||
form_submit('set_active', icon('eye') . __('form.preview'), 'btn-info'),
|
||||
]) : $set_active,
|
||||
$msg . msg(),
|
||||
|
|
|
@ -518,7 +518,7 @@ msgstr "Suche Engel:"
|
|||
msgid "Show all shifts"
|
||||
msgstr "Alle Schichten anzeigen"
|
||||
|
||||
msgid "How much angels should be active?"
|
||||
msgid "How many angels should be active?"
|
||||
msgstr "Wie viele Engel sollten aktiv sein?"
|
||||
|
||||
msgid "Size"
|
||||
|
|
Loading…
Reference in New Issue