[nautilus] desktop: change "home" to "Home"



commit 550f36cb152de0de81c0e4e9b37f9f30718fc028
Author: Joshua Allen Holm <holmja openmailbox org>
Date:   Thu Feb 19 13:16:59 2015 -0500

    desktop: change "home" to "Home"
    
    Modified "home-icon-name" so that the home folder is displayed as "Home"
    when displayed on the desktop (in Classic mode or when turned on using
    Tweak Tool). Currently, the text for the home folder is "home" with a
    lowercase h, but "Trash" and "Network Servers" start with capital
    letters. This change makes the home folder consistent with the other
    desktop icons.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=744813

 .../org.gnome.nautilus.gschema.xml.in              |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libnautilus-private/org.gnome.nautilus.gschema.xml.in 
b/libnautilus-private/org.gnome.nautilus.gschema.xml.in
index 4e92792..eaa349d 100644
--- a/libnautilus-private/org.gnome.nautilus.gschema.xml.in
+++ b/libnautilus-private/org.gnome.nautilus.gschema.xml.in
@@ -262,7 +262,7 @@
       <_description>If this is set to true, an icon linking to the Network Servers view will be put on the 
desktop.</_description>
     </key>
     <key name="home-icon-name" type="s">
-      <default>''</default>
+      <default l10n="messages" context="home-icon-name">'Home'</default>
       <_summary>Desktop home icon name</_summary>
       <_description>This name can be set if you want a custom name for the home icon on the 
desktop.</_description>
     </key>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]