Skip to content
Snippets Groups Projects

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

Merged Eric Oulashin requested to merge DDMsgReader_theme_strings_trailing_spaces into master
All threads resolved!
2 files
+ 13
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -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
Loading