pidgin/plugins/notify.c

changeset 24506
4d624cd775bd
parent 24431
f4b9e73eec48
child 25382
6a3ab0bc549d
--- a/pidgin/plugins/notify.c	Wed Oct 22 03:49:14 2008 +0000
+++ b/pidgin/plugins/notify.c	Wed Oct 22 15:14:03 2008 +0000
@@ -766,8 +766,7 @@
 	/* Urgent method button */
 	toggle = gtk_check_button_new_with_mnemonic(_("Set window manager \"_URGENT\" hint"));
 #else
-	/* TODO: When we're not string frozen, mark for translation */
-	toggle = gtk_check_button_new_with_mnemonic("_Flash window");
+	toggle = gtk_check_button_new_with_mnemonic(_("_Flash window"));
 #endif
 	gtk_box_pack_start(GTK_BOX(vbox), toggle, FALSE, FALSE, 0);
 	gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(toggle),

mercurial