# HG changeset patch # User Richard Nelson # Date 1201924306 0 # Node ID 876ae8ce12d661a1019ece1301605df4ec364bd9 # Parent 88796aff14d6646cc60d55f3113386c6735d9a11 Make this clearer diff -r 88796aff14d6 -r 876ae8ce12d6 finch/gntpounce.c --- a/finch/gntpounce.c Sat Feb 02 03:51:19 2008 +0000 +++ b/finch/gntpounce.c Sat Feb 02 03:51:46 2008 +0000 @@ -457,7 +457,7 @@ gnt_box_add_widget(GNT_BOX(window), gnt_line_new(FALSE)); gnt_box_add_widget(GNT_BOX(window), gnt_label_new_with_format(_("Options"), GNT_TEXT_FLAG_BOLD)); - dialog->on_away = gnt_check_box_new(_("Pounce only when my status is not available")); + dialog->on_away = gnt_check_box_new(_("Pounce only when my status is not Available")); gnt_box_add_widget(GNT_BOX(window), dialog->on_away); dialog->save_pounce = gnt_check_box_new(_("Recurring")); gnt_box_add_widget(GNT_BOX(window), dialog->save_pounce);