From 83dcd40b00a221a5c82e4ed71a53324d95ce4576 Mon Sep 17 00:00:00 2001 From: simond Date: Tue, 29 Jan 2002 10:46:02 +0000 Subject: [PATCH] Fix for #509843 git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2278 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/options.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options.php b/src/options.php index 9057279c..9744c99a 100644 --- a/src/options.php +++ b/src/options.php @@ -238,7 +238,7 @@ if ($optpage == SMOPT_PAGE_MAIN) { if ($max_refresh == SMOPT_REFRESH_FOLDERLIST) { echo '' . _("Refresh Folder List") . '
'; } else if ($max_refresh) { - echo '' . _("Refresh Page") . '
'; + echo '' . _("Refresh Page") . '
'; } } /******************************************/ -- 2.25.1