[evolution-exchange] Mark string for a translation.



commit 8887a74ae68c544e0382180a9bff32a02f78ea6f
Author: Milan Crha <mcrha redhat com>
Date:   Mon Aug 24 12:33:41 2009 +0200

    Mark string for a translation.
    
    As part of bug #580904

 storage/exchange-autoconfig-wizard.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/storage/exchange-autoconfig-wizard.c b/storage/exchange-autoconfig-wizard.c
index f9b463a..d8548c2 100644
--- a/storage/exchange-autoconfig-wizard.c
+++ b/storage/exchange-autoconfig-wizard.c
@@ -462,7 +462,7 @@ verify_page_create (ExchangeAutoconfigGUI *gui, GdkPixbuf *logo, GtkWidget **pag
 	CONNECT_CHANGE_SIGNAL (w, "changed");
 	gui->email_entry = GTK_ENTRY (w);
 
-	w = gtk_check_button_new_with_label ("Make this my default account");
+	w = gtk_check_button_new_with_label (_("Make this my default account"));
 	CONNECT_CHANGE_SIGNAL (w, "toggled");
 	gtk_table_attach (table, w, 0, 2, 2, 3, GTK_FILL, 0, 0, 10);
 



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