[totem] main: Rename "Open Location" dialogue to "Add Web Video..."



commit 34f507c03ae06920100e0a8d99b04fb6f321ad29
Author: Bastien Nocera <hadess hadess net>
Date:   Sat Jan 25 16:44:11 2014 +0100

    main: Rename "Open Location" dialogue to "Add Web Video..."
    
    To match the menu item

 src/totem-open-location.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/totem-open-location.c b/src/totem-open-location.c
index cd65ab8..b6cbd1f 100644
--- a/src/totem-open-location.c
+++ b/src/totem-open-location.c
@@ -180,11 +180,11 @@ totem_open_location_new (void)
                return NULL;
        }
 
-       gtk_window_set_title (GTK_WINDOW (open_location), _("Open Location..."));
+       gtk_window_set_title (GTK_WINDOW (open_location), _("Add Web Video..."));
        gtk_dialog_add_buttons (GTK_DIALOG (open_location),
-                       _("_Cancel"), GTK_RESPONSE_CANCEL,
-                       _("_Open"), GTK_RESPONSE_OK,
-                       NULL);
+                               _("_Cancel"), GTK_RESPONSE_CANCEL,
+                               _("_Open"), GTK_RESPONSE_OK,
+                               NULL);
        gtk_dialog_set_response_sensitive (GTK_DIALOG (open_location), GTK_RESPONSE_OK, FALSE);
        gtk_container_set_border_width (GTK_CONTAINER (open_location), 5);
        gtk_dialog_set_default_response (GTK_DIALOG (open_location), GTK_RESPONSE_OK);


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