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:
parent
7db5219ee9
commit
c25d4f239d
3 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,11 @@
|
|||
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)
|
||||
|
||||
2009-01-25 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
* Makefile.am:
|
||||
|
|
|
@ -771,7 +771,7 @@
|
|||
<widget class="GtkLabel" id="label19">
|
||||
<property name="visible">True</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="label" translatable="yes"><b>_Wallpaper</b></property>
|
||||
<property name="label" translatable="yes"><b>_Desktop Background</b></property>
|
||||
<property name="use_markup">True</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="mnemonic_widget">wp_view</property>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue