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

Merge branch 'DDMsgReader_theme_strings_trailing_spaces' into 'master'

DDMsgReader: In the theme configuration file, use a : as the separator for...

See merge request !303
parents 7411153e caf16cf4
No related branches found
No related tags found
2 merge requests!463MRC mods by Codefenix (2024-10-20),!303DDMsgReader: In the theme configuration file, use a : as the separator for...
Pipeline #4593 passed
......@@ -244,16 +244,18 @@ readMsgNumPromptText=\x01n\x01g\x01h\x01i* \x01n\x01cRead message #: \x01h
invalidMsgNumText=\x01n\x01y\x01hInvalid message number: %d
; A message has been deleted. %d will be replaced with the message number.
msgHasBeenDeletedText=\x01n\x01h\x01g* \x01yMessage #\x01w%d \x01yhas been deleted.
; No header lines for this message
noHdrLinesForThisMsgText=\x01n\x01h\x01yThere are no header lines for this message.
; No kludge lines for this message
noKludgeLinesForThisMsgText=\x01n\x01h\x01yThere are no kludge lines for this message.
; Text for "Seraching personal mail"
searchingPersonalMailText=\x01w\x01hSearching personal mail
; Text for prompting for search text
searchTextPromptText=\x01cEnter the search text\x01g\x01h:\x01n\x01c
; Text for prompting for a 'from' name
fromNamePromptText=\x01cEnter the 'from' name to search for\x01g\x01h:\x01n\x01c
; Text for prompting for a 'To' name
toNamePromptText=\x01cEnter the 'to' name to search for\x01g\x01h:\x01n\x01c
; Text for prompting for search text (note: Needs a : as a separator due to the space at the end)
searchTextPromptText:"\x01cEnter the search text\x01g\x01h:\x01n\x01c "
; Text for prompting for a 'from' name (note: Needs a : as a separator due to the space at the end)
fromNamePromptText:"\x01cEnter the 'from' name to search for\x01g\x01h:\x01n\x01c "
; Text for prompting for a 'To' name (note: Needs a : as a separator due to the space at the end)
toNamePromptText:"\x01cEnter the 'to' name to search for\x01g\x01h:\x01n\x01c "
; Text for an aborted operation (i.e., "Aborted")
abortedText=\x01n\x01y\x01h\x01iAborted\x01n
; Text for no personal email messages
......
......@@ -752,6 +752,11 @@ The convention for the setting names in the theme configuration file is that
setting names ending in 'Text' are for whole text strings, and the setting
names that don't end in 'Text' are for colors.
Note that if one of the strings has a space at the end, a : must be used
instead of a = to separate the setting name from the value. The value can also
be inside double-quotes. See the following for more information:
https://wiki.synchro.net/config:ini_files#string_literals
Setting Description
------- -----------
headerMsgGroupTextColor Color for the header line in the message
......
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