forked from minetest-mods/areas
fix trailing whitespace in translatable strings
Good editors trim trailing whitespace from EOL. This means we need to avoid translatable strings that include spacers at the end. They need to be added in code.
This commit is contained in:
committed by
SmallJoker
parent
3f30886972
commit
9b6fea1473
@ -121,7 +121,7 @@ unnamed=unbenannt
|
||||
Area @1 selected.=Bereich @1 ausgewählt.
|
||||
Area position @1 set to @2=Bereichsposition @1 auf @2 festgelegt
|
||||
Position @1 set to @2=Position @1 auf @2 festgelegt
|
||||
Position @1: =Position @1:
|
||||
Position @1:=Position @1:
|
||||
Select an area by ID.=Wähle einen Bereich anhand seiner ID.
|
||||
Select position @1 by punching a node.=Wähle Position @1, durch schlagen eines Knoten.
|
||||
Select positions by punching two nodes.=Wähle Positionen, durch schlagen zweier Knoten.
|
||||
|
Reference in New Issue
Block a user