fix spelling error
authorArt Cancro <ajc@uncensored.citadel.org>
Mon, 15 Oct 2012 02:40:20 +0000 (22:40 -0400)
committerArt Cancro <ajc@uncensored.citadel.org>
Mon, 15 Oct 2012 02:40:20 +0000 (22:40 -0400)
textclient/src/messages.c

index 66299f30be3e43b50df016397bf398c221fcf93a..515203a27d37ef6278d1e9af9b6e379daafb05d1 100644 (file)
@@ -810,7 +810,7 @@ void replace_string(char *filename, long int startpos)
        long msglen = 0L;
        int rv;
 
-       newprompt("Enter test to be replaced: ", srch_str, (sizeof(srch_str)-1) );
+       newprompt("Enter text to be replaced: ", srch_str, (sizeof(srch_str)-1) );
        if (IsEmptyStr(srch_str)) {
                return;
        }