add a comment for translators (bug #460506)

2007-07-26  Jens Granseuer  <jensgr@gmx.net>

	* gnome-wp-item.c: (gnome_wp_item_update_description): add a comment
	for translators (bug #460506)

svn path=/trunk/; revision=7892
This commit is contained in:
Jens Granseuer 2007-07-26 17:37:04 +00:00 committed by Jens Granseuer
parent e7c179fa94
commit 0b3d3935dd
2 changed files with 18 additions and 9 deletions

View file

@ -1,3 +1,8 @@
2007-07-26 Jens Granseuer <jensgr@gmx.net>
* gnome-wp-item.c: (gnome_wp_item_update_description): add a comment
for translators (bug #460506)
2007-07-26 Denis Washington <denisw@svn.gnome.org>
* data/appearance.glade:

View file

@ -356,6 +356,10 @@ void gnome_wp_item_update_description (GnomeWPItem * item) {
if (!strcmp (item->filename, "(none)")) {
item->description = g_strdup (item->name);
} else {
/* translators: <b>wallpaper name</b>
* mime type, x pixel(s) by y pixel(s)
* Folder: /path/to/file
*/
item->description =
g_markup_printf_escaped (_("<b>%s</b>\n"
"%s, %d %s by %d %s\n"