aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-operations/exchange-operations.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/exchange-operations/exchange-operations.c')
-rw-r--r--plugins/exchange-operations/exchange-operations.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/exchange-operations/exchange-operations.c b/plugins/exchange-operations/exchange-operations.c
index 9f822183c5..80eb50f4b7 100644
--- a/plugins/exchange-operations/exchange-operations.c
+++ b/plugins/exchange-operations/exchange-operations.c
@@ -112,7 +112,7 @@ exchange_operations_cta_add_node_to_tree (GtkTreeStore *store, GtkTreeIter *pare
if (!strcmp (nodename, "personal") && !parent) {
/* FIXME: Don't hardcode this */
- strcpy (nodename, "Personal Folders");
+ strcpy (nodename, _("Personal Folders"));
}
found = FALSE;
@@ -155,7 +155,7 @@ exchange_operations_cta_select_node_from_tree (GtkTreeStore *store, GtkTreeIter
if (!strcmp (nodename, "personal") && !parent) {
/* FIXME: Don't hardcode this */
- strcpy (nodename, "Personal Folders");
+ strcpy (nodename, _("Personal Folders"));
}
status = gtk_tree_model_iter_children (GTK_TREE_MODEL (store), &iter, parent);