mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
fixed typo
This commit is contained in:
parent
44531c0e45
commit
fd1109612c
@ -35,7 +35,7 @@ $GLOBALS['settings'] = array(
|
||||
'name' => 'egwpopup_verbosity',
|
||||
'values' => $verbosity_values,
|
||||
'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 />'
|
||||
.'high: bring notification window to front and let the browser do something to announce itself',
|
||||
'xmlrpc' => True,
|
||||
|
@ -11,7 +11,7 @@
|
||||
<!-- END header -->
|
||||
<!-- BEGIN body -->
|
||||
<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 bgcolor="{row_on}">
|
||||
<td>{lang_Enable_eGroupWare-Popup_backend}</td>
|
||||
|
Loading…
Reference in New Issue
Block a user