mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 17:40:36 +00:00
used the same string in some places for easier translation
This commit is contained in:
parent
0cdd6f8d5d
commit
ffc06b981f
@ -668,7 +668,7 @@ EX string portal_help =
|
|||||||
EX void become_menu() {
|
EX void become_menu() {
|
||||||
cmode = sm::SIDE | sm::MAYDARK;
|
cmode = sm::SIDE | sm::MAYDARK;
|
||||||
gamescreen();
|
gamescreen();
|
||||||
dialog::init(XLAT("Become a portal map"));
|
dialog::init(XLAT("become a portal map"));
|
||||||
dialog::addHelp(XLAT(portal_help));
|
dialog::addHelp(XLAT(portal_help));
|
||||||
dialog::addItem(XLAT("yes, that's what I want"), 'y');
|
dialog::addItem(XLAT("yes, that's what I want"), 'y');
|
||||||
dialog::add_action([] {
|
dialog::add_action([] {
|
||||||
|
@ -2630,7 +2630,7 @@ EX void show() {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
add_edit(arb::convert::minimize_on_convert);
|
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([] {
|
dialog::add_action([] {
|
||||||
if(!currentmap->strict_tree_rules()) {
|
if(!currentmap->strict_tree_rules()) {
|
||||||
if(prepare_rules()) {
|
if(prepare_rules()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user