Blob Blame History Raw
From 6d128c42fa438054daf2cd3589a14aeb7adec19d Mon Sep 17 00:00:00 2001
From: Matthias Clasen <mclasen@redhat.com>
Date: Mon, 5 Oct 2009 12:42:37 -0400
Subject: [PATCH 3/4] Use translated string for button label

This was already translated, so no new string.
---
 src/palimpsest/gdu-section-filesystem.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/palimpsest/gdu-section-filesystem.c b/src/palimpsest/gdu-section-filesystem.c
index a48c428..e43ba20 100644
--- a/src/palimpsest/gdu-section-filesystem.c
+++ b/src/palimpsest/gdu-section-filesystem.c
@@ -242,7 +242,7 @@ gdu_section_filesystem_init (GduSectionFilesystem *section)
         gtk_label_set_mnemonic_widget (GTK_LABEL (label), entry);
         section->priv->modify_fs_label_entry = entry;
 
-        button = gtk_button_new_with_mnemonic ("_Change");
+        button = gtk_button_new_with_mnemonic (_("_Change"));
         gtk_widget_set_tooltip_text (button, _("Change"));
         g_signal_connect (button, "clicked", G_CALLBACK (on_change_clicked), section);
         section->priv->modify_button = button;
-- 
1.6.5.rc2