Mercurial > pidgin
diff src/gtkpounce.c @ 12186:b4d1b142f6cb
[gaim-migrate @ 14488]
Is this better? I think it's what Outlook uses!
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Tue, 22 Nov 2005 04:47:13 +0000 |
| parents | d93e6979b77a |
| children | fb89d3a31c19 |
line wrap: on
line diff
--- a/src/gtkpounce.c Tue Nov 22 01:50:48 2005 +0000 +++ b/src/gtkpounce.c Tue Nov 22 04:47:13 2005 +0000 @@ -698,7 +698,7 @@ /* Now the last part, where we have the Save checkbox */ dialog->save_pounce = gtk_check_button_new_with_mnemonic( - _("_Keep this pounce after the first time it runs")); + _("_Recurring")); gtk_box_pack_start(GTK_BOX(vbox2), dialog->save_pounce, FALSE, FALSE, 0);
