Skip to content
Snippets Groups Projects
Commit f28e9847 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix alignment of the Author and Group file info strings

parent f7f5bf9c
No related branches found
No related tags found
No related merge requests found
Pipeline #7768 passed
...@@ -492,8 +492,8 @@ const char * const text_defaults[TOTAL_TEXT]={ ...@@ -492,8 +492,8 @@ const char * const text_defaults[TOTAL_TEXT]={
,"\x55\x4e\x55\x53\x45\x44\x32\x39\x39" // 299 Unused299 ,"\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" ,"\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 "\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\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\x20\x20\x20\x20\x20\x3a\x01\x68\x20\x25\x73" // 302 FiGroup ,"\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" ,"\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 "\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 ,"\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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment