We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15d2b60 commit 22e366cCopy full SHA for 22e366c
source/tvision/tvtext2.cpp
@@ -123,7 +123,7 @@ const char * _NEAR TProgram::exitText = "~Alt-X~ Exit";
123
const char * _NEAR MsgBoxText::yesText = "~Y~es";
124
const char * _NEAR MsgBoxText::noText = "~N~o";
125
const char * _NEAR MsgBoxText::okText = "O~K~";
126
-const char * _NEAR MsgBoxText::cancelText = "Cancel";
+const char * _NEAR MsgBoxText::cancelText = "~C~ancel";
127
const char * _NEAR MsgBoxText::warningText = "Warning";
128
const char * _NEAR MsgBoxText::errorText = "Error";
129
const char * _NEAR MsgBoxText::informationText = "Information";
0 commit comments