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



commit 66f4f1b5c60bcf694a377082b42e7e0c83ec7fdc
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 1a87878..303d8de 100644
--- a/src/totem-grilo.c
+++ b/src/totem-grilo.c
@@ -1802,7 +1802,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]