fixed bug 5746, hardware title in hardware view not translated, by

* components/hardware/nautilus-hardware-view.c:
	(hardware_view_load_location_callback):
	fixed bug 5746, hardware title in hardware view not translated, by
	explicitly setting the title using a localized string.  This also
	fixes the minor problem of the title not being capitalized

	* icons/villanova/villanova.xml:
	fixed bug 5658, Sierra theme lacks description, by adding a
	description to the xml file.
This commit is contained in:
Andy Hertzfeld 2001-01-23 23:41:14 +00:00
parent 7af31ebecd
commit 0c1087600d
3 changed files with 14 additions and 1 deletions

View file

@ -1,3 +1,15 @@
2001-01-23 Andy Hertzfeld <andy@eazel.com>
* components/hardware/nautilus-hardware-view.c:
(hardware_view_load_location_callback):
fixed bug 5746, hardware title in hardware view not translated, by
explicitly setting the title using a localized string. This also
fixes the minor problem of the title not being capitalized
* icons/villanova/villanova.xml:
fixed bug 5658, Sierra theme lacks description, by adding a
description to the xml file.
2001-01-23 Andy Hertzfeld <andy@eazel.com>
* src/nautilus-property-browser.c:

View file

@ -628,6 +628,7 @@ hardware_view_load_location_callback (NautilusView *view,
NautilusHardwareView *hardware_view)
{
nautilus_view_report_load_underway (hardware_view->details->nautilus_view);
nautilus_view_set_title (hardware_view->details->nautilus_view, _("Hardware"));
nautilus_hardware_view_load_uri (hardware_view, location);
nautilus_view_report_load_complete (hardware_view->details->nautilus_view);
}

View file

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<theme _name="Sierra">
<theme _name="Sierra" _description="Uses manila folders and gray-green backgrounds.">
<sidebar SIDEBAR_BACKGROUND_TILE_IMAGE="./green_weave.png" SIDEBAR_BACKGROUND_COLOR="rgb:FFFF/FFFF/FFFF" TAB_PIECE_IMAGES="none"/>
<directory BACKGROUND_TILE_IMAGE="./villanova_green.png" BACKGROUND_COLOR="rgb:FFFF/FFFF/FFFF" SELECTION_BOX_COLOR_RGBA="0x70818359" SELECTION_BOX_COLOR="rgb:7000/8111/8333"/>
<desktop BACKGROUND_TILE_IMAGE="./Sierra_desktop.png" BACKGROUND_COLOR="rgb:FFFF/FFFF/FFFF"/>