diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-08-05 14:08:18 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-08-05 14:08:18 +0000 |
commit | f0e226d2ee9b2a3b2cf122d4be445f9920fef59e (patch) | |
tree | 29532a5b5c9422bb59e9b27f8d5b07dc64ebd0a5 /perl-install/Xconfig/resolution_and_depth.pm | |
parent | ccd20f76c6ecc6abc844aef0d21f111022b6fc61 (diff) | |
download | drakx-f0e226d2ee9b2a3b2cf122d4be445f9920fef59e.tar drakx-f0e226d2ee9b2a3b2cf122d4be445f9920fef59e.tar.gz drakx-f0e226d2ee9b2a3b2cf122d4be445f9920fef59e.tar.bz2 drakx-f0e226d2ee9b2a3b2cf122d4be445f9920fef59e.tar.xz drakx-f0e226d2ee9b2a3b2cf122d4be445f9920fef59e.zip |
remove stock icons (per IHM team request)
Diffstat (limited to 'perl-install/Xconfig/resolution_and_depth.pm')
-rw-r--r-- | perl-install/Xconfig/resolution_and_depth.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Xconfig/resolution_and_depth.pm b/perl-install/Xconfig/resolution_and_depth.pm index cba2291e5..5d448572a 100644 --- a/perl-install/Xconfig/resolution_and_depth.pm +++ b/perl-install/Xconfig/resolution_and_depth.pm @@ -269,7 +269,7 @@ sub choose_gtk { ), ), ), - 0, gtkadd($W->create_okcancel('gtk-ok', 'gtk-cancel', '', if_($help_sub, [ 'gtk-help', $help_sub, 1 ]))), + 0, gtkadd($W->create_okcancel(N("Ok"), N("Cancel"), '', if_($help_sub, [ N("Help"), $help_sub, 1 ]))), )); $depth_combo->disable_activate; $depth_combo->set_use_arrows_always(1); |