Make Get/Send Attention strings consistent

Tue, 06 Aug 2013 16:11:01 +0200

author
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
date
Tue, 06 Aug 2013 16:11:01 +0200
changeset 34282
6de6ea85df26
parent 34281
ad957d0a467a
child 34283
800cf8ff15f8

Make Get/Send Attention strings consistent

pidgin/gtkwebviewtoolbar.c file | annotate | diff | comparison | revisions
--- a/pidgin/gtkwebviewtoolbar.c	Tue Aug 06 16:05:47 2013 +0200
+++ b/pidgin/gtkwebviewtoolbar.c	Tue Aug 06 16:11:01 2013 +0200
@@ -1333,7 +1333,7 @@
 		{&priv->link, "InsertLink", PIDGIN_STOCK_TOOLBAR_INSERT_LINK, N_("_Link"), N_("Insert Link"), insert_link_cb, TRUE},
 		{&priv->hr, "InsertHR", NULL, N_("_Horizontal rule"), N_("Insert Horizontal rule"), insert_hr_cb, FALSE},
 		{&priv->smiley, "InsertSmiley", PIDGIN_STOCK_TOOLBAR_SMILEY, N_("_Smile!"), N_("Insert Smiley"), insert_smiley_cb, TRUE},
-		{&priv->attention, "SendAttention", PIDGIN_STOCK_TOOLBAR_SEND_ATTENTION, N_("_Attention!"), N_("Send Attention"), send_attention_cb, FALSE},
+		{&priv->attention, "SendAttention", PIDGIN_STOCK_TOOLBAR_SEND_ATTENTION, N_("_Attention!"), N_("Get Attention"), send_attention_cb, FALSE},
 	};
 
 	action_group = gtk_action_group_new("GtkWebViewToolbar");

mercurial