mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	added missing XLAT to find_setting
This commit is contained in:
		| @@ -2813,8 +2813,8 @@ EX void find_setting() { | ||||
|     } | ||||
|  | ||||
|   dialog::addBreak(100); | ||||
|   dialog::addInfo("press letters to search"); | ||||
|   dialog::addSelItem("matching items", its(isize(found)), 0); | ||||
|   dialog::addInfo(XLAT("press letters to search")); | ||||
|   dialog::addSelItem(XLAT("matching items"), its(isize(found)), 0); | ||||
|   dialog::display(); | ||||
|    | ||||
|   keyhandler = [] (int sym, int uni) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue