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

Fixed typo (\b instead of \1b) in NTotalUsers line.

parent b83dfb1b
No related branches found
No related tags found
No related merge requests found
......@@ -471,7 +471,7 @@
"\r\nSort alphabetically" 394 SortAlphaQ
"\r\nmhChecking Slots..." 395 CheckingSlots
"nh%-32.32snm%-30.30sh%-8.8s nm%-8.8s\r\n" 396 UserListFmt
"\r\1h\1w%d\b total users. \r\n" 397 NTotalUsers
"\r\1h\1w%d\1b total users. \r\n" 397 NTotalUsers
"\1w%d \1busers with access to current sub-board.\r\n" 398 NUsersOnCurSub
"\1w%d \1busers with access to current directory.\r\n" 399 NUsersOnCurDir
"\r\n-cCurrent New-Scan date/time: h" 400 NScanDate
......
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