summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2013-12-06 17:16:24 +0100
committerPiotr Drąg <piotrdrag@gmail.com>2013-12-06 17:16:24 +0100
commit5f16c728c51394980cace2fde5e404c12a2c00ba (patch)
tree9c0f16ce6a2b7ef9995e969c4358d9dcb9ddb051
parentf785d5af2e7f4babe9f912492dda48f581befabf (diff)
downloadgnome-bluetooth-5f16c728c51394980cace2fde5e404c12a2c00ba.tar.gz
lib: Translate ex-GtkStock buttons
-rw-r--r--lib/bluetooth-chooser-button.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/bluetooth-chooser-button.c b/lib/bluetooth-chooser-button.c
index 0a8ab168..2163d8ac 100644
--- a/lib/bluetooth-chooser-button.c
+++ b/lib/bluetooth-chooser-button.c
@@ -202,8 +202,8 @@ bluetooth_chooser_button_clicked (GtkButton *widget)
//FIXME title
button->dialog = gtk_dialog_new_with_buttons("", GTK_WINDOW (parent),
GTK_DIALOG_MODAL,
- "_Cancel", GTK_RESPONSE_REJECT,
- "_OK", GTK_RESPONSE_ACCEPT, NULL);
+ _("_Cancel"), GTK_RESPONSE_REJECT,
+ _("_OK"), GTK_RESPONSE_ACCEPT, NULL);
g_signal_connect (button->dialog, "response",
G_CALLBACK (dialog_response_cb), button);
gtk_dialog_set_response_sensitive (GTK_DIALOG(button->dialog),