# HG changeset patch # User Mark Doliner # Date 1132634833 0 # Node ID b4d1b142f6cb20b937c6ab3dec5e99e3c1ed89fb # Parent c42e2720fe7b0731895ee709f832811d42f959b2 [gaim-migrate @ 14488] Is this better? I think it's what Outlook uses! committer: Tailor Script diff -r c42e2720fe7b -r b4d1b142f6cb src/gtkpounce.c --- 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);