aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-folder-list.c
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@gnome.org>2002-09-18 00:33:46 +0800
committerKjartan Maraas <kmaraas@src.gnome.org>2002-09-18 00:33:46 +0800
commitb893058f41088e8bcfe6b84dfb3346f6c1644186 (patch)
tree39a24b999e538a4cadc0549b0fce942bdba4fdfc /shell/e-folder-list.c
parentc395aaafd6c16e5b35c681db650dcc91eea78a70 (diff)
downloadgsoc2013-evolution-b893058f41088e8bcfe6b84dfb3346f6c1644186.tar
gsoc2013-evolution-b893058f41088e8bcfe6b84dfb3346f6c1644186.tar.gz
gsoc2013-evolution-b893058f41088e8bcfe6b84dfb3346f6c1644186.tar.bz2
gsoc2013-evolution-b893058f41088e8bcfe6b84dfb3346f6c1644186.tar.lz
gsoc2013-evolution-b893058f41088e8bcfe6b84dfb3346f6c1644186.tar.xz
gsoc2013-evolution-b893058f41088e8bcfe6b84dfb3346f6c1644186.tar.zst
gsoc2013-evolution-b893058f41088e8bcfe6b84dfb3346f6c1644186.zip
Mark a string for translation.
2002-09-17 Kjartan Maraas <kmaraas@gnome.org> * e-folder-list.c (create_display_string): Mark a string for translation. svn path=/trunk/; revision=18086
Diffstat (limited to 'shell/e-folder-list.c')
-rw-r--r--shell/e-folder-list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-folder-list.c b/shell/e-folder-list.c
index 9c53877ab2..a4b558436b 100644
--- a/shell/e-folder-list.c
+++ b/shell/e-folder-list.c
@@ -110,7 +110,7 @@ create_display_string (EFolderList *efl, char *folder_uri, char *folder_name)
}
if (storage_lname) {
- label_text = g_strdup_printf ("\"%s\" in \"%s\"", folder_name,
+ label_text = g_strdup_printf (_("\"%s\" in \"%s\""), folder_name,
storage_lname);
g_free (storage_lname);
} else