Added pager config to tuiconfig.c
authorArt Cancro <ajc@citadel.org>
Thu, 4 Oct 2007 02:25:19 +0000 (02:25 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 4 Oct 2007 02:25:19 +0000 (02:25 +0000)
citadel/tuiconfig.c

index 458fc1bea37171753b5113d21a6fcce16b007354..98e6e9626b7c67a16caff34d544f33f26fe32074 100644 (file)
@@ -303,9 +303,9 @@ void do_system_configuration(CtdlIPC *ipc)
        /* External pager stuff */
        int yes_pager = 0;
        if (strlen(sc[60]) > 0) yes_pager = 1;
-       yes_pager = boolprompt("Configure an external pager command", yes_pager);
+       yes_pager = boolprompt("Configure an external pager tool", yes_pager);
        if (yes_pager) {
-               strprompt("Paging command", &sc[60][0], 255);
+               strprompt("External pager tool", &sc[60][0], 255);
        }
        else {
                sc[60][0] = 0;