Steve Thielemann 4 gadi atpakaļ
vecāks
revīzija
8da26825a1
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      panel.cpp

+ 1 - 1
panel.cpp

@@ -650,7 +650,7 @@ int Menu::choose(Door &door) {
 
     bool use_numberpad = true;
 
-    // Don't use the numberpad, if some of the options are 8 or 2 (up/down)
+    // Don't use the numberpad, if any of the options are 8 or 2 (up/down)
     for (const char &c : options) {
       if ((c == '8') or (c == '2'))
         use_numberpad = false;