Mercurial > geeqie.yaz
changeset 987:9c75ab848cd4
Mark forgotten string for translation.
author | zas_ |
---|---|
date | Sun, 24 Aug 2008 10:00:02 +0000 |
parents | 533694a9675c |
children | 788eaa70a5c4 |
files | src/image.c |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/image.c Sat Aug 23 21:07:25 2008 +0000 +++ b/src/image.c Sun Aug 24 10:00:02 2008 +0000 @@ -169,10 +169,9 @@ if (imd->collection && collection_to_number(imd->collection) >= 0) { - const gchar *name; - name = imd->collection->name; + const gchar *name = imd->collection->name; if (!name) name = _("Untitled"); - collection = g_strdup_printf(" (Collection %s)", name); + collection = g_strdup_printf(_(" (Collection %s)"), name); } if (imd->title_show_zoom)