mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 17:18:54 +01:00
fixed typo
This commit is contained in:
parent
44531c0e45
commit
fd1109612c
@ -35,7 +35,7 @@ $GLOBALS['settings'] = array(
|
|||||||
'name' => 'egwpopup_verbosity',
|
'name' => 'egwpopup_verbosity',
|
||||||
'values' => $verbosity_values,
|
'values' => $verbosity_values,
|
||||||
'help' => 'How verbose should the eGroupware-Popup behave if a notification is sent to the user:<br />'
|
'help' => 'How verbose should the eGroupware-Popup behave if a notification is sent to the user:<br />'
|
||||||
.'low: just display the notification bell in the topmenu - topmenu must be enabled !<br />'
|
.'low: just display the notification bell in the topmenu - topmenu must be enabled!<br />'
|
||||||
.'medium: bring notification window to front<br />'
|
.'medium: bring notification window to front<br />'
|
||||||
.'high: bring notification window to front and let the browser do something to announce itself',
|
.'high: bring notification window to front and let the browser do something to announce itself',
|
||||||
'xmlrpc' => True,
|
'xmlrpc' => True,
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
<!-- END header -->
|
<!-- END header -->
|
||||||
<!-- BEGIN body -->
|
<!-- BEGIN body -->
|
||||||
<tr class="th">
|
<tr class="th">
|
||||||
<td colspan="2"> <b>{lang_eGroupware-Popup_backend}</b></td>
|
<td colspan="2"> <b>{lang_eGroupWare-Popup_backend}</b></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr bgcolor="{row_on}">
|
<tr bgcolor="{row_on}">
|
||||||
<td>{lang_Enable_eGroupWare-Popup_backend}</td>
|
<td>{lang_Enable_eGroupWare-Popup_backend}</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user