reviewed by: Jens Granseuer

2009-01-28  Luca Ferretti  <elle.uca@libero.it>

	reviewed by: Jens Granseuer

	* data/appearance.glade:
	* gnome-wp-info.c: (gnome_wp_info_new): Use "Desktop Background"
	instead "Wallpaper" as per GDP glossary (Fixes bug #569382)	


svn path=/trunk/; revision=9218
This commit is contained in:
Luca Ferretti 2009-01-28 20:56:06 +00:00 committed by Luca Ferretti
parent 7db5219ee9
commit c25d4f239d
3 changed files with 10 additions and 2 deletions

View file

@ -47,7 +47,7 @@ GnomeWPInfo * gnome_wp_info_new (const gchar * uri,
wp->mime_type = g_strdup ("image/x-no-data");
wp->uri = g_strdup (uri);
wp->name = g_strdup (_("No Wallpaper"));
wp->name = g_strdup (_("No Desktop Background"));
wp->size = 0;
} else {
wp = NULL;