Skip to content
Snippets Groups Projects
Commit c6c03cf3 authored by rswindell's avatar rswindell
Browse files

Re-use text.dat entry NoErrorLogExists for reporting DirectoryDoesNotExist and

changed FileNotThere text.dat entry to FileDoesNotExist which displays the file
path.
parent 0e1d52d9
No related branches found
No related tags found
No related merge requests found
......@@ -185,7 +185,7 @@
"<UNUSED156>" 156 Unused156
"\r\nError log:\r\n" 157 ErrorLogHdr
"Delete error log" 158 DeleteErrorLogQ
"\r\nNo error log exists.\r\n" 159 NoErrorLogExists
"\r\n\1n\1r\1hDirectory does not exist: \1c%s\1n\r\n" 159 DirectoryDoesNotExist
"\r\nClear critical error counters on all nodes" 160 ClearErrCounter
"\r\nInvalid node.\r\n" 161 InvalidNode
"\1n\r\n\1mSending telegram to \1h%s #%u\1n\1m "\ 162 SendingTelegramToUser
......@@ -286,7 +286,7 @@
"~Remove, ~Credits only, ~File only, ~Move, ~Edit, "\ 241 SysopRemoveFilePrompt
"~View, ~Quit, or [Next]: "
"~Remove, ~Edit, ~View, ~Quit, or [Next]: " 242 UserRemoveFilePrompt
"\r\nFile not there.\r\n" 243 FileNotThere
"\r\n\1n\1r\1hFile does not exist: \1c%s\1n\r\n" 243 FileDoesNotExist
"\7\r\nrhiCouldn't remove '%s'.n\r\n" 244 CouldntRemoveFile
"Delete file" 245 DeleteFileQ
"Add %s to %s %s" 246 AddToOfflineDirQ
......@@ -659,7 +659,7 @@
"No one has logged on today.\r\n" 543 NoOneHasLoggedOnToday
"ghLast few callers:\r\nng" 544 LastFewCallers (*)
"\r\nnhm%-2d nm%-6u wh%-25.25s m%-25.25s"\ 545 LastFewCallersFmt
"nm%02u:%02u h%-8.8s nm%-3d"
"nm%02u:%02u h%-8.8s nm%-3.3d"
"\r\nghCallers Today:ng" 546 CallersToday
"_bhDo you mean %s #%u "\ 547 DoYouMeanThisUserQ
"(cYbes, cNbo, or cQbuit) ? n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment