Mercurial > pidgin.yaz
changeset 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 | c42e2720fe7b |
children | c4c612b8a648 |
files | src/gtkpounce.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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);