summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYosef Or Boczko <yoseforb@gmail.com>2013-07-19 15:57:37 +0300
committerYosef Or Boczko <yoseforb@gmail.com>2013-07-19 15:57:37 +0300
commit888db9b45382db0a5d1fdbb7f703ad2216d3cc41 (patch)
treebe7f549807cec40cace6da1e6f3f4f6ffa885e8d
parenta9f6f69f7029e8d00da6ce64baa3b1b33912aa36 (diff)
downloadgnome-control-center-888db9b45382db0a5d1fdbb7f703ad2216d3cc41.tar.gz
bluetooth: drop GtkStock
https://bugzilla.gnome.org/show_bug.cgi?id=704178
-rw-r--r--panels/bluetooth/cc-bluetooth-panel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/panels/bluetooth/cc-bluetooth-panel.c b/panels/bluetooth/cc-bluetooth-panel.c
index 61182ec47..409d4cf1c 100644
--- a/panels/bluetooth/cc-bluetooth-panel.c
+++ b/panels/bluetooth/cc-bluetooth-panel.c
@@ -628,8 +628,8 @@ show_confirm_dialog (CcBluetoothPanel *self,
_("If you remove the device, you will have to set it up again before next use."),
NULL);
- gtk_dialog_add_button (GTK_DIALOG (dialog), GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL);
- gtk_dialog_add_button (GTK_DIALOG (dialog), GTK_STOCK_REMOVE, GTK_RESPONSE_ACCEPT);
+ gtk_dialog_add_button (GTK_DIALOG (dialog), _("_Cancel"), GTK_RESPONSE_CANCEL);
+ gtk_dialog_add_button (GTK_DIALOG (dialog), _("_Remove"), GTK_RESPONSE_ACCEPT);
response = gtk_dialog_run (GTK_DIALOG (dialog));