Revision: 1082
          http://geeqie.svn.sourceforge.net/geeqie/?rev=1082&view=rev
Author:   zas_
Date:     2008-08-24 10:00:02 +0000 (Sun, 24 Aug 2008)

Log Message:
-----------
Mark forgotten string for translation.

Modified Paths:
--------------
    trunk/src/image.c

Modified: trunk/src/image.c
===================================================================
--- trunk/src/image.c   2008-08-23 21:07:25 UTC (rev 1081)
+++ trunk/src/image.c   2008-08-24 10:00:02 UTC (rev 1082)
@@ -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)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn

Reply via email to