diff options
author | Chyla Zbigniew <chyla@src.gnome.org> | 2001-09-01 05:43:43 +0800 |
---|---|---|
committer | Chyla Zbigniew <chyla@src.gnome.org> | 2001-09-01 05:43:43 +0800 |
commit | 639173be602e469419a73760cdb9c696fdbf693c (patch) | |
tree | 1c18ae28b94408f2adaceebaa1757ae8e4234c30 /mail/mail-vfolder.c | |
parent | 9fc6ba8c2d0b3656e7205d2232a326bbc81bae22 (diff) | |
download | gsoc2013-evolution-639173be602e469419a73760cdb9c696fdbf693c.tar.gz gsoc2013-evolution-639173be602e469419a73760cdb9c696fdbf693c.tar.zst gsoc2013-evolution-639173be602e469419a73760cdb9c696fdbf693c.zip |
Marked string for translation (with U_).
* mail-vfolder.c (vfolder_create_storage):
Marked string for translation (with U_).
svn path=/trunk/; revision=12544
Diffstat (limited to 'mail/mail-vfolder.c')
-rw-r--r-- | mail/mail-vfolder.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/mail-vfolder.c b/mail/mail-vfolder.c index 8240b0008c..6b141802e3 100644 --- a/mail/mail-vfolder.c +++ b/mail/mail-vfolder.c @@ -32,6 +32,8 @@ #include "filter/vfolder-context.h" #include "filter/vfolder-editor.h" +#include "e-util/e-unicode-i18n.h" + #define d(x) x struct _vfolder_info { @@ -275,7 +277,7 @@ vfolder_create_storage (EvolutionShellComponent *shell_component) corba_shell = bonobo_object_corba_objref (BONOBO_OBJECT (global_shell_client)); - storage = evolution_storage_new (_("VFolders"), NULL, NULL); + storage = evolution_storage_new (U_("VFolders"), NULL, NULL); if (evolution_storage_register_on_shell (storage, corba_shell) != EVOLUTION_STORAGE_OK) { g_warning ("Cannot register storage"); return; |