[gnome-disk-utility/gnome-2-28] Use translated string for button label



commit 6d128c42fa438054daf2cd3589a14aeb7adec19d
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Oct 5 12:42:37 2009 -0400

    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;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]