[gyrus] Mark for translation a forgotten string



commit 8921b216c6ce41e98c143413d345c1d91cd6af04
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Sun Dec 26 17:02:26 2010 +0200

    Mark for translation a forgotten string

 src/gyrus-session.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gyrus-session.c b/src/gyrus-session.c
index e8fe7aa..91b63eb 100644
--- a/src/gyrus-session.c
+++ b/src/gyrus-session.c
@@ -595,7 +595,7 @@ gyrus_session_create_model_separator (void)
 	gtk_list_store_set (GTK_LIST_STORE(model_separator), &iter,0,"/", -1);
 
 	gtk_list_store_append(GTK_LIST_STORE(model_separator), &iter);
-	gtk_list_store_set (GTK_LIST_STORE(model_separator), &iter,0,"Autodetect", -1);
+	gtk_list_store_set (GTK_LIST_STORE(model_separator), &iter,0, _("Autodetect"), -1);
 }
 
 /* If remove is TRUE, the selected item is removed from the array */



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