diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2024-05-25 14:32:30 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2024-05-25 14:33:07 -0400 |
commit | 4e54443dc95ef6fb0560b84389728a00f05ccac8 (patch) | |
tree | 9dd0849c3101cb97f7e8da8640e80a0632c1d8ca | |
parent | 8b8c0c7c2ac40cd729a9eeb39189c184978b6d57 (diff) | |
download | rockbox-4e54443dc9.tar.gz rockbox-4e54443dc9.zip |
manual: Document the fact that checkwps can validate %Sx theme tags
Change-Id: Ic0dec6e36290400dbdf9b735c79f9e3fc93febdf
-rw-r--r-- | manual/appendix/wps_tags.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex index 94b61e9534..ecdae6c0b9 100644 --- a/manual/appendix/wps_tags.tex +++ b/manual/appendix/wps_tags.tex @@ -587,9 +587,9 @@ display cycling round the defined sublines. See \item It should match the \config{Source:} line in the language file. \end{itemize} - \note{checkwps cannot verify that the string is correct, so please check on - either the simulator or on target.} - + \note{\fname{checkwps} can be used to verify that the translated strings + used in a theme are valid for a specific \dap{}. In the UI, + invalid strings will be replaced with a blank/empty string.} \opt{touchscreen}{ \section{Touchscreen Areas} |