diff --git a/inc/interactive-page.php b/inc/interactive-page.php index c0e87389..d5594942 100644 --- a/inc/interactive-page.php +++ b/inc/interactive-page.php @@ -10,7 +10,7 @@ if ( isset($c->authenticate_hook['server_auth_type']) ) { $home_menu->AddOption(translate('Home'), $c->base_url.'/index.php'); // dummy, so the menu gets shown } } else { - $home_menu->AddOption(translate('Logout'), $c->base_url.'/index.php?logout&forget', translate('Log out of DAViCal') ); + $home_menu->AddOption(translate('Logout'), $c->base_url.'/index.php?logout', translate('Log out of DAViCal') ); } $wiki_help = ''; diff --git a/inc/other_translated_strings.php b/inc/other_translated_strings.php index 28ce635d..d568a8da 100644 --- a/inc/other_translated_strings.php +++ b/inc/other_translated_strings.php @@ -33,9 +33,6 @@ i18n('Edit this user record'); i18n('You are viewing'); i18n('You are editing'); -# Translators: this is a colloquial phrase in english (the name of a flower) and is an option allowing people to log in automatically in future -i18n("forget me not"); - // Date format types i18n('European'); i18n('US Format');