fix spelling error
[citadel.git] / 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;
        }