Changed context help organization to enable use of central, multilanguage wiki.
[fa-stable.git] / admin / tags.php
index ff8cac51ab4975d514b005139e47cc2f8e20cc8b..761b0995296ca1f77e4ed072120cfd7211256e98 100644 (file)
@@ -42,11 +42,11 @@ if (!isset($_POST['type'])) {
 switch ($_POST['type']) {
        case TAG_ACCOUNT:
                // Account tags
-               $_SESSION['page_title'] = _("Account Tags");
+               $_SESSION['page_title'] = _($help_context = "Account Tags");
                break;
        case TAG_DIMENSION:
                // Dimension tags
-               $_SESSION['page_title'] = _("Dimension Tags");
+               $_SESSION['page_title'] = _($help_context = "Dimension Tags");
 }
 
 page($_SESSION['page_title']);