Skip to content

Commit

Permalink
enhancement: added logout confirmation. Fix: strings
Browse files Browse the repository at this point in the history
  • Loading branch information
prezeskk committed Feb 27, 2017
1 parent f5a6b8f commit ebeb38a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/locale/pl/strings.php
Original file line number Diff line number Diff line change
Expand Up @@ -3603,6 +3603,6 @@
$_LANG['vacation'] = 'urlop';
$_LANG['duty'] = 'dyżur';

$_LANG['If isset "true" when logout confirmation is required. Default "false"'] = 'Ustawienie opcji na "true" wymusza potwierdzenie wylogowania. Domyślnie wyłączone';
$_LANG['If set to "true" then logout confirmation is required. Default "false"'] = 'Ustawienie opcji na "true" wymusza potwierdzenie wylogowania. Domyślnie wyłączone';

?>
2 changes: 1 addition & 1 deletion modules/configlist.php
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ function GetConfigList() {
break;

case 'logout_confirmation':
$config[$idx]['description'] = trans('If isset "true" when logout confirmation is required. Default "false"');
$config[$idx]['description'] = trans('If set to "true" then logout confirmation is required. Default "false"');
break;

default:
Expand Down

0 comments on commit ebeb38a

Please sign in to comment.