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
......@@ -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
......
......@@ -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
......
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