1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-27 20:07:40 +00:00

updated the Polish translation

This commit is contained in:
Zeno Rogue
2018-08-01 13:31:13 +02:00
parent 1aafd72cd8
commit 6068434f2a
2 changed files with 97 additions and 1 deletions

View File

@@ -743,7 +743,7 @@ void showGraphConfig() {
if(xuni == 'L') {
dialog::editNumber(vid.linequality, -3, 5, 1, 1, XLAT("line quality"),
XLAT("Higher numbers make the curved lines smoother, but reduces the performance."));
XLAT("Higher numbers make the curved lines smoother, but reduce the performance."));
dialog::reaction = [] () { resetGeometry(); };
}