tracker: Better titles for top-level folders
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Thu, 17 Sep 2009 14:34:06 +0000 (17:34 +0300)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Sat, 19 Sep 2009 16:50:15 +0000 (19:50 +0300)
src/plugins/tracker/rygel-tracker-root-container.vala

index fbe9257..4162ad0 100644 (file)
@@ -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;