Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
f28e9847
Commit
f28e9847
authored
1 month ago
by
Rob Swindell
Browse files
Options
Downloads
Patches
Plain Diff
Fix alignment of the Author and Group file info strings
parent
f7f5bf9c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#7768
passed
1 month ago
Stage: build
Stage: test
Stage: cleanup
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ctrl/text.dat
+2
-2
2 additions, 2 deletions
ctrl/text.dat
src/sbbs3/text_defaults.c
+2
-2
2 additions, 2 deletions
src/sbbs3/text_defaults.c
with
4 additions
and
4 deletions
ctrl/text.dat
+
2
−
2
View file @
f28e9847
...
...
@@ -366,8 +366,8 @@
"\1h\1yEnter (space-separated) Tags\1\\: " 298 TagFilePrompt
"UNUSED299" 299 Unused299
"\1_\1h\1w%s\1n\1c was %sdownloaded by \1h%s\r\n" 300 FreeDownloadUserMsg
"\r\n\1n\1gAuthor
:\1h %s" 301 FiAuthor
"\r\n\1n\1gGroup
:\1h %s" 302 FiGroup
"\r\n\1n\1gAuthor :\1h %s"
301 FiAuthor
"\r\n\1n\1gGroup :\1h %s"
302 FiGroup
"\1w\1h\r\n%s is already in the queue.\r\n" 303 FileAlreadyInQueue
"\1w\1h\1/File is not online.\r\n" 304 FileIsNotOnline
"\1n\r\n\1m\1h%s \1n\1madded to batch download queue\1\\ -\r\n"\ 305 FileAddedToBatDlQueue
...
...
This diff is collapsed.
Click to expand it.
src/sbbs3/text_defaults.c
+
2
−
2
View file @
f28e9847
...
...
@@ -492,8 +492,8 @@ const char * const text_defaults[TOTAL_TEXT]={
,
"
\x55\x4e\x55\x53\x45\x44\x32\x39\x39
"
// 299 Unused299
,
"
\x01\x5f\x01\x68\x01\x77\x25\x73\x01\x6e\x01\x63\x20\x77\x61\x73\x20\x25\x73\x64\x6f\x77\x6e\x6c\x6f\x61\x64\x65\x64\x20\x62\x79
"
"
\x20\x01\x68\x25\x73\x0d\x0a
"
// 300 FreeDownloadUserMsg
,
"
\x0d\x0a\x01\x6e\x01\x67\x41\x75\x74\x68\x6f\x72\x20\x20\x20\x20\x20\x20\
x20\x20\x20\x20\x20\
x3a\x01\x68\x20\x25\x73
"
// 301 FiAuthor
,
"
\x0d\x0a\x01\x6e\x01\x67\x47\x72\x6f\x75\x70\x20\x20\x20\x20\x20\x20\x20\
x20\x20\x20\x20\x20\
x3a\x01\x68\x20\x25\x73
"
// 302 FiGroup
,
"
\x0d\x0a\x01\x6e\x01\x67\x41\x75\x74\x68\x6f\x72\x20\x20\x20\x20\x20\x20\x3a\x01\x68\x20\x25\x73
"
// 301 FiAuthor
,
"
\x0d\x0a\x01\x6e\x01\x67\x47\x72\x6f\x75\x70\x20\x20\x20\x20\x20\x20\x20\x3a\x01\x68\x20\x25\x73
"
// 302 FiGroup
,
"
\x01\x77\x01\x68\x0d\x0a\x25\x73\x20\x69\x73\x20\x61\x6c\x72\x65\x61\x64\x79\x20\x69\x6e\x20\x74\x68\x65\x20\x71\x75\x65\x75\x65
"
"
\x2e\x0d\x0a
"
// 303 FileAlreadyInQueue
,
"
\x01\x77\x01\x68\x01\x2f\x46\x69\x6c\x65\x20\x69\x73\x20\x6e\x6f\x74\x20\x6f\x6e\x6c\x69\x6e\x65\x2e\x0d\x0a
"
// 304 FileIsNotOnline
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment