summaryrefslogtreecommitdiff
path: root/icons
diff options
context:
space:
mode:
authorAndy Hertzfeld <andy@src.gnome.org>2001-01-23 23:41:14 +0000
committerAndy Hertzfeld <andy@src.gnome.org>2001-01-23 23:41:14 +0000
commit0c1087600d8e00378f5843cd9429becfde053550 (patch)
treef443383218bc350c5e1f81fdcdffd2916cea91fd /icons
parent7af31ebecdaed9bf95f88ff4066f620e56e90540 (diff)
downloadnautilus-0c1087600d8e00378f5843cd9429becfde053550.tar.gz
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.
Diffstat (limited to 'icons')
-rw-r--r--icons/villanova/villanova.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons/villanova/villanova.xml b/icons/villanova/villanova.xml
index ffa2555b7..1f6406bee 100644
--- a/icons/villanova/villanova.xml
+++ b/icons/villanova/villanova.xml
@@ -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"/>