Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix "seize" typo in confirm, focus_string in gui/teleport #1052

Merged
merged 2 commits into from
Mar 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gui/teleport.lua
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ end

TeleportScreen = defclass(TeleportScreen, gui.ZScreen)
TeleportScreen.ATTRS {
focus_path='autodump',
focus_path='teleport',
pass_movement_keys=true,
pass_mouse_clicks=false,
force_pause=true,
Expand Down
6 changes: 3 additions & 3 deletions internal/confirm/specs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@ ConfirmSpec{
}

ConfirmSpec{
id='trade-sieze',
title='Sieze merchant goods',
message='Are you sure you want size marked merchant goods? This will make the merchant unwilling to trade further and will damage relations with the merchant\'s civilization.',
id='trade-seize',
title='Seize merchant goods',
message='Are you sure you want seize marked merchant goods? This will make the merchant unwilling to trade further and will damage relations with the merchant\'s civilization.',
intercept_keys='_MOUSE_L',
intercept_frame={l=0, r=73, b=4, w=11, h=3},
context='dwarfmode/Trade',
Expand Down
Loading