mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-11 19:23:01 +00:00
used the same string in some places for easier translation
This commit is contained in:
@@ -2630,7 +2630,7 @@ EX void show() {
|
||||
}
|
||||
});
|
||||
add_edit(arb::convert::minimize_on_convert);
|
||||
dialog::addBoolItem(XLAT("strict tree based"), currentmap->strict_tree_rules(), 's');
|
||||
dialog::addBoolItem(XLAT("strict tree maps"), currentmap->strict_tree_rules(), 's');
|
||||
dialog::add_action([] {
|
||||
if(!currentmap->strict_tree_rules()) {
|
||||
if(prepare_rules()) {
|
||||
|
||||
Reference in New Issue
Block a user