--- deliantra/Deliantra-Client/DC/MapWidget.pm 2006/06/25 13:42:45 1.68 +++ deliantra/Deliantra-Client/DC/MapWidget.pm 2006/06/26 21:59:04 1.69 @@ -490,7 +490,8 @@ if ($ev->{button} == 3) { (new CFClient::UI::Menu items => [ - ["bind to a key" => sub { $::BIND_EDITOR->do_quick_binding ([$self->{select}], sub { $entry->grab_focus }) }] + ["bind " . (CFClient::UI::Label::escape $self->{select}) . " to a key" + => sub { $::BIND_EDITOR->do_quick_binding ([$self->{select}], sub { $entry->grab_focus }) }] ], )->popup ($ev); return 1;