diff options
Diffstat (limited to 'edit-urpm-sources.pl')
-rwxr-xr-x | edit-urpm-sources.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/edit-urpm-sources.pl b/edit-urpm-sources.pl index a42e172b..695e01a7 100755 --- a/edit-urpm-sources.pl +++ b/edit-urpm-sources.pl @@ -830,7 +830,7 @@ sub keys_callback() { gtkpack( gtknew('HButtonBox'), gtksignal_connect( - gtknew('Button', text => N("Ok")), + gtknew('Button', text => N("Close")), clicked => sub { my ($model, $iter) = $available_keyz->get_selection->get_selected; $model && $iter and $key = $model->get($iter, 1); |