aboutsummaryrefslogtreecommitdiffstats
path: root/mail/component-factory.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r--mail/component-factory.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c
index b9b9fa698d..58248d97d7 100644
--- a/mail/component-factory.c
+++ b/mail/component-factory.c
@@ -333,6 +333,9 @@ populate_folder_context_menu (EvolutionShellComponent *shell_component,
const char *type,
void *closure)
{
+#ifdef TRANSLATORS_ONLY
+ static char popup_xml_i18n[] = {N_("Properties..."), N_("Change this folder's properties")};
+#endif
static char popup_xml[] =
"<menuitem name=\"ChangeFolderProperties\" verb=\"ChangeFolderProperties\""
" _label=\"Properties...\" _tip=\"Change this folder's properties\"/>";