[totem] main: Fix weird string in old "Open" dialogue



commit 71d9c3733ef2c0f722d68bc756f5aca8e2173184
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Feb 14 19:24:09 2014 +0100

    main: Fix weird string in old "Open" dialogue
    
    The title says "Add Videos" instead.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=723824

 src/totem-uri.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/totem-uri.c b/src/totem-uri.c
index 554cf49..8a80e6a 100644
--- a/src/totem-uri.c
+++ b/src/totem-uri.c
@@ -478,7 +478,7 @@ totem_add_files (GtkWindow *parent, const char *path)
        GSettings *settings;
        gboolean set_folder;
 
-       fs = gtk_file_chooser_dialog_new (_("Select Movies or Playlists"),
+       fs = gtk_file_chooser_dialog_new (_("Add Videos"),
                                          parent,
                                          GTK_FILE_CHOOSER_ACTION_OPEN,
                                          _("_Cancel"), GTK_RESPONSE_CANCEL,


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