mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	various text improvements, and translation update
This commit is contained in:
		| @@ -635,7 +635,7 @@ void show() { | ||||
|         }; | ||||
|       }); | ||||
|     } | ||||
|   dialog::addBoolItem(XLAT("no movement"), ma == maNone, '0'); | ||||
|   dialog::addBoolItem(XLAT("no movement animation"), ma == maNone, '0'); | ||||
|   dialog::add_action([] () { ma = maNone; }); | ||||
|   dialog::addBoolItem(XLAT("translation"), ma == maTranslation, '1'); | ||||
|   dialog::add_action([] () { ma = maTranslation; }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue