From 0ff9991c87230dc8c19092c621829ebfe05d2b75 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Mon, 8 Jun 2015 14:22:21 -0400
Subject: [PATCH] More accurate comment.

---
 config/vufind/config.ini | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/vufind/config.ini b/config/vufind/config.ini
index 0cb8f55cdb5..aa693b8f584 100644
--- a/config/vufind/config.ini
+++ b/config/vufind/config.ini
@@ -740,8 +740,8 @@ show_in_holdings = false    ; include in holdings tab of record view
 
 ; If set to true, this setting will attempt to embed results from the link
 ; resolver directly in search results instead of opening a new window or page.
-; This will override the window_settings option if set!  Embedding is currently
-; supported only when the resolver setting above is set to "sfx" or "360link".
+; This will override the window_settings option if set! Embedding is currently
+; unsupported when the resolver setting above is set to "other".
 embed = false
 
 ; When embed is true, you can set this to an absolute path on your system in order
-- 
GitLab