1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-29 16:57:56 +00:00

Fix some low-hanging translation bugs.

This commit is contained in:
Arthur O'Dwyer
2021-06-29 06:26:40 -04:00
parent 548b5b7772
commit a6a8e5430a
7 changed files with 17 additions and 16 deletions

2
vr.cpp
View File

@@ -1336,7 +1336,7 @@ EX void show_vr_settings() {
"If the pointer length is 0.5m, the object pointed to is 0.5 meter from the controller. "
"This is used in situations where the controller is used as a 3D mouse, e.g., "
"the drawing tool in three-dimensional geometries. When pointing at two-dimensional surfaces, "
"this is not relevant (the pointer is as long as needed to hit the surface.)."
"this is not relevant (the pointer is as long as needed to hit the surface)."
));
});