From d4b62f2143ed3ac7bd39a06ae40e4750b425fa7b Mon Sep 17 00:00:00 2001 From: "Zeeshan Ali (Khattak)" Date: Thu, 17 Sep 2009 17:34:06 +0300 Subject: [PATCH] tracker: Better titles for top-level folders --- src/plugins/tracker/rygel-tracker-root-container.vala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/plugins/tracker/rygel-tracker-root-container.vala b/src/plugins/tracker/rygel-tracker-root-container.vala index fbe9257..4162ad0 100644 --- a/src/plugins/tracker/rygel-tracker-root-container.vala +++ b/src/plugins/tracker/rygel-tracker-root-container.vala @@ -35,13 +35,13 @@ public class Rygel.TrackerRootContainer : Rygel.SimpleContainer { this.children.add (new TrackerImageCategory ("16", this, - "All Images")); + "Pictures")); this.children.add (new TrackerMusicCategory ("14", this, - "All Music")); + "Music")); this.children.add (new TrackerVideoCategory ("15", this, - "All Videos")); + "Videos")); // Now we know how many top-level containers we have this.child_count = this.children.size; -- 2.7.4