[totem] Add translator comments for the “Fullscreen” button



commit a953719624330aba0ea7c437f4a30226b6323a69
Author: Philip Withnall <philip tecnocode co uk>
Date:   Fri Sep 24 00:13:43 2010 +0100

    Add translator comments for the â??Fullscreenâ?? button
    
    Closes: bgo#630435

 src/totem-object.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/totem-object.c b/src/totem-object.c
index bfe3c84..e79e066 100644
--- a/src/totem-object.c
+++ b/src/totem-object.c
@@ -4105,10 +4105,10 @@ totem_callback_connect (TotemObject *totem)
 	action = gtk_action_group_get_action (totem->main_action_group,
 			"fullscreen");
 	item = gtk_action_create_tool_item (action);
-	gtk_tool_item_set_tooltip_text (GTK_TOOL_ITEM (item),
-					_("Fullscreen"));
-	atk_object_set_name (gtk_widget_get_accessible (item),
-			_("Fullscreen"));
+	/* Translators: this is the tooltip text for the fullscreen button in the controls box in Totem's main window. */
+	gtk_tool_item_set_tooltip_text (GTK_TOOL_ITEM (item), _("Fullscreen"));
+	/* Translators: this is the accessibility text for the fullscreen button in the controls box in Totem's main window. */
+	atk_object_set_name (gtk_widget_get_accessible (item), _("Fullscreen"));
 	gtk_box_pack_start (box, item, FALSE, FALSE, 0);
 
 	/* Sidebar button (Drag'n'Drop) */



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