remove vanity labelling
authorPaul <paul@claws-mail.org>
Wed, 14 Oct 2015 17:10:43 +0000 (18:10 +0100)
committerPaul <paul@claws-mail.org>
Wed, 14 Oct 2015 17:10:43 +0000 (18:10 +0100)
src/plugins/mailmbox/plugin.c
src/plugins/mailmbox/plugin_gtk.c

index adb84125ced0b7c8ccec397817a59f10bac9012d..91476c8532e19c7382fffc4df4598462a2260839 100644 (file)
@@ -55,7 +55,7 @@ gboolean plugin_done(void)
 
 const gchar *plugin_name(void)
 {
 
 const gchar *plugin_name(void)
 {
-       return _("mailmbox folder (etPan!)");
+       return _("mailmbox folder");
 }
 
 const gchar *plugin_desc(void)
 }
 
 const gchar *plugin_desc(void)
index 6ab2a33a182d3e695561840ddebca090c157e371..9402879b64b6c6cbd3e04487344de2cbc93e5e91 100644 (file)
@@ -83,7 +83,7 @@ static FolderViewPopup claws_mailmbox_popup =
 
 static GtkActionEntry mainwindow_add_mailbox[] = {{
        "File/AddMailbox/Mbox",
 
 static GtkActionEntry mainwindow_add_mailbox[] = {{
        "File/AddMailbox/Mbox",
-       NULL, N_("mbox (etPan!)..."), NULL, NULL, G_CALLBACK(add_mailbox)
+       NULL, "mbox...", NULL, NULL, G_CALLBACK(add_mailbox)
 }};
 
 static guint main_menu_id = 0;
 }};
 
 static guint main_menu_id = 0;