[brasero] Call gettext() where translated string array items are used.



commit 78fe8ca9560f7c56fa73f55971d722f76f510603
Author: Gabor Kelemen <kelemeng gnome hu>
Date:   Sat Oct 22 18:04:01 2011 +0200

    Call gettext() where translated string array items are used.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=662465

 libbrasero-burn/brasero-filtered-uri.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libbrasero-burn/brasero-filtered-uri.c b/libbrasero-burn/brasero-filtered-uri.c
index 99bd8f2..c2b6f66 100644
--- a/libbrasero-burn/brasero-filtered-uri.c
+++ b/libbrasero-burn/brasero-filtered-uri.c
@@ -115,7 +115,7 @@ brasero_filtered_uri_filter (BraseroFilteredUri *filtered,
 	gtk_list_store_set (GTK_LIST_STORE (filtered), &iter,
 			    BRASERO_FILTERED_STOCK_ID_COL, fatal ? GTK_STOCK_CANCEL:NULL,
 			    BRASERO_FILTERED_URI_COL, uri,
-			    BRASERO_FILTERED_STATUS_COL, labels [status - 1],
+			    BRASERO_FILTERED_STATUS_COL, _(labels [status - 1]),
 			    BRASERO_FILTERED_FATAL_ERROR_COL, fatal == FALSE,
 			    -1);
 }



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