diff options
-rw-r--r-- | mail/em-folder-tree.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mail/em-folder-tree.c b/mail/em-folder-tree.c index 0b14f41051..2c9629d362 100644 --- a/mail/em-folder-tree.c +++ b/mail/em-folder-tree.c @@ -314,9 +314,6 @@ render_display_name (GtkTreeViewColumn *column, GtkCellRenderer *renderer, * (like Arabic and Hebrew) may need to add bidirectional * formatting codes to take care of the cases the folder * name appears in either direction. - * - * Do not translate the "folder-display|" part. Remove it - * from your translation. */ display = g_strdup_printf (C_("folder-display", "%s (%u%s)"), name, unread, subdirs_unread ? "+" : ""); g_free (name); |