[totem] main: Rename "Recent" section to "Videos"



commit be7617a2efc0762ab1b6fe99334f66f56b73a06e
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Feb 27 18:31:43 2014 +0100

    main: Rename "Recent" section to "Videos"
    
    The recent section shouldn't be called "Recent". We
    chose not to show recent videos and show the user's videos instead,
    along with the locally download ones, and optical media.
    
    "Videos" is simple, and already translated. It also matches what
    gnome-photos uses for its equivalent view.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=725337

 src/totem-grilo.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/totem-grilo.c b/src/totem-grilo.c
index 88cac19..2e93386 100644
--- a/src/totem-grilo.c
+++ b/src/totem-grilo.c
@@ -1852,7 +1852,7 @@ setup_source_switcher (TotemGrilo *self)
 
        self->priv->switcher = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);
 
-       self->priv->recent = create_switcher_button (self, _("Recent"), "recent");
+       self->priv->recent = create_switcher_button (self, _("Videos"), "recent");
        gtk_container_add (GTK_CONTAINER (self->priv->switcher), self->priv->recent);
 
        g_signal_connect (G_OBJECT (self->priv->recent), "drag_data_received",


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