* When no icon is present on the server for a room, display the default
[citadel.git] / webcit / iconbar.c
index 73fe104cc7363898ba34ef0ab094987c55def323..366e2c4a6cb612f795cdc1fe14443bce6ef5f914 100644 (file)
@@ -399,7 +399,7 @@ void display_customize_iconbar(void) {
                "SRC=\"/image&name=hello\" ALT=\" \">"
                "</TD><TD>"
                "<B>Site logo</B><br />"
-               "A graphic describing this site"
+               "An icon describing this site"
                "</TD></TR>\n",
                ((bar = 1 - bar), (bar ? "\"#CCCCCC\"" : "\"#FFFFFF\"")),
                (ib_logo ? "CHECKED" : "")
@@ -552,7 +552,7 @@ void display_customize_iconbar(void) {
                "SRC=\"/static/citadel-logo.gif\" ALT=\"&nbsp;\">"
                "</TD><TD>"
                "<B>Citadel logo</B><br />"
-               "Displays the &quot;Powered by Citadel&quot; graphic"
+               "Displays the &quot;Powered by Citadel&quot; icon"
                "</TD></TR>\n",
                ((bar = 1 - bar), (bar ? "\"#CCCCCC\"" : "\"#FFFFFF\"")),
                (ib_citadel ? "CHECKED" : "")