--- deliantra/Deliantra-Client/DC.pm 2006/05/29 19:30:27 1.73 +++ deliantra/Deliantra-Client/DC.pm 2006/05/29 19:49:33 1.74 @@ -415,7 +415,7 @@ $entry->focus_out; $::CFG->{bindings}->{$mod}->{$sym} = $cmd; - $::STATUSBOX->add ("Bound actions to '".keycombo_to_name ($mod, $sym)."'. Don't forget Save Layout!"); + $::STATUSBOX->add ("Bound actions to '".keycombo_to_name ($mod, $sym)."'. Don't forget 'Save Config'!"); $w->destroy }); @@ -456,7 +456,7 @@ my $i = $idx; $hb->add (new CFClient::UI::Button - text => "del", + text => "delete", tooltip => "Deletes the action from the record", on_activate => sub { $CMDBOX->remove ($hb); @@ -509,7 +509,7 @@ $vb->add ($REC_BTN = new CFClient::UI::Button text => "start recording", tooltip => "Start/Stops recording of actions." - ."(CTRL+INS Starts the recorder, INS Stops recorder and binds automatically)" + ."(CTRL+Insert Starts the recorder, Insert Stops recorder and binds automatically)" ."All subsequent actions after the recording started will be captured." ."The actions are displayed after the record was stopped." ."To bind the action you have to click on the 'Bind' button",