Remove obsolete part of translator comment

This commit is contained in:
Claude Paroz
2009-07-14 20:39:46 +02:00
parent 563a1642a5
commit 08c5672e95

View File

@ -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);