Mercurial > pidgin.yaz
diff pidgin/plugins/notify.c @ 24229:315a2a4f1f52
Mark for translation now that we're unfrozen.
| author | Daniel Atallah <daniel.atallah@gmail.com> |
|---|---|
| date | Wed, 22 Oct 2008 15:14:03 +0000 |
| parents | 6593855e1ed9 |
| children | 533d37757363 |
line wrap: on
line diff
--- 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),
