quick-lounge-applet r268 - in trunk: . po src



Author: paobac
Date: Wed Feb 11 17:50:21 2009
New Revision: 268
URL: http://svn.gnome.org/viewvc/quick-lounge-applet?rev=268&view=rev

Log:
2009-02-11  Paolo Bacchilega  <paobac svn gnome org>

	* src/file-utils.c (_g_desktop_entry_new_for_uri): marked string
	for translation.


Modified:
   trunk/ChangeLog
   trunk/po/ChangeLog
   trunk/po/it.po
   trunk/src/file-utils.c

Modified: trunk/src/file-utils.c
==============================================================================
--- trunk/src/file-utils.c	(original)
+++ trunk/src/file-utils.c	Wed Feb 11 17:50:21 2009
@@ -700,7 +700,7 @@
 	g_object_unref (file);
 	
 	/* Translators: %s is a URI */
-	comment = g_strdup_printf ("Open '%s'", uri);
+	comment = g_strdup_printf (_("Open '%s'"), uri);
 	g_key_file_set_string (new_file, G_KEY_FILE_DESKTOP_GROUP, G_KEY_FILE_DESKTOP_KEY_COMMENT, comment);
 	
 	g_free (comment);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]