[gnome-bluetooth] sendto: Use heading capitalisation



commit feb3c486f9165c332d209e4d69e323260b791d99
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Feb 28 18:20:43 2011 +0000

    sendto: Use heading capitalisation
    
    And mark as translatable. Fortunately, this is the same string
    as in the window title, even though we should really change the
    capitalisation of the window title...

 sendto/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sendto/main.c b/sendto/main.c
index 59c8c19..47b7a8d 100644
--- a/sendto/main.c
+++ b/sendto/main.c
@@ -663,7 +663,7 @@ show_browse_dialog (char **device_name)
 	content_area = gtk_dialog_get_content_area (GTK_DIALOG (dialog));
 	gtk_box_set_spacing (GTK_BOX (content_area), 2);
 
-	selector = bluetooth_chooser_new("Select device to send files to");
+	selector = bluetooth_chooser_new(_("Select Device to Send To"));
 	gtk_container_set_border_width(GTK_CONTAINER(selector), 5);
 	gtk_widget_show(selector);
 	g_object_set(selector,



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