summaryrefslogtreecommitdiff
path: root/hardinfo/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'hardinfo/util.c')
-rw-r--r--hardinfo/util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hardinfo/util.c b/hardinfo/util.c
index 6ddf56ad..efa19b9c 100644
--- a/hardinfo/util.c
+++ b/hardinfo/util.c
@@ -876,9 +876,9 @@ static GSList *modules_check_deps(GSList * modules)
module->name,
deps[i]);
gtk_dialog_add_buttons(GTK_DIALOG(dialog),
- GTK_STOCK_NO,
+ "_No",
GTK_RESPONSE_REJECT,
- GTK_STOCK_OPEN,
+ "_Open",
GTK_RESPONSE_ACCEPT, NULL);
if (gtk_dialog_run(GTK_DIALOG(dialog)) ==