aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_kyradat/resources/eob2_dos_english.h
diff options
context:
space:
mode:
authorathrxx2019-01-26 00:19:41 +0100
committerathrxx2019-03-06 20:48:16 +0100
commit2b95dd3213fe4800a3475c055ba7d63b640a8938 (patch)
treeb037c29b695c22c5ed7012951fcc685bda1c9aa0 /devtools/create_kyradat/resources/eob2_dos_english.h
parent7cb7e4133936fe2348f7a0dda89961d807a4ef90 (diff)
downloadscummvm-rg350-2b95dd3213fe4800a3475c055ba7d63b640a8938.tar.gz
scummvm-rg350-2b95dd3213fe4800a3475c055ba7d63b640a8938.tar.bz2
scummvm-rg350-2b95dd3213fe4800a3475c055ba7d63b640a8938.zip
KYRA: (EOB) - fix unused string
This fixes the "%s can not use this item" string. AFAIK this message never appears. It would require to place an item into a character's hand which he/she can't use and right-click use it. However, when you place such an unusable item in a character's hand the slot will be greyed out/disabled immediately and can no longer be clicked.
Diffstat (limited to 'devtools/create_kyradat/resources/eob2_dos_english.h')
-rw-r--r--devtools/create_kyradat/resources/eob2_dos_english.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/create_kyradat/resources/eob2_dos_english.h b/devtools/create_kyradat/resources/eob2_dos_english.h
index 1bcf794131..3fdf26d664 100644
--- a/devtools/create_kyradat/resources/eob2_dos_english.h
+++ b/devtools/create_kyradat/resources/eob2_dos_english.h
@@ -246,7 +246,7 @@ static const char *const kEoB2WandStringsDOSEnglish[1] = {
static const StringListProvider kEoB2WandStringsDOSEnglishProvider = { ARRAYSIZE(kEoB2WandStringsDOSEnglish), kEoB2WandStringsDOSEnglish };
static const char *const kEoB2ItemMisuseStringsDOSEnglish[3] = {
- " can not use this item.\r",
+ "%s can not use this item.\r",
"This item automatically used when worn.\r",
"This item is not used in this way.\r"
};