fix typos

This commit is contained in:
RainRat
2024-02-28 20:15:56 -08:00
parent b53a43027f
commit a3658f85ac
167 changed files with 320 additions and 320 deletions
+1 -1
View File
@@ -196,7 +196,7 @@ char NetHackQtYnDialog::Exec()
QString button_name = QString(visctrl((char) ch[i].cell()));
if (is_yn || is_ynq || is_ynaq || is_lr) {
// FIXME: a better way to recognize which labels should
// use alterate text is needed
// use alternate text is needed
switch (ch[i].cell()) {
case 'y':
button_name = "Yes";