changeset 22249:876ae8ce12d6

Make this clearer
author Richard Nelson <wabz@pidgin.im>
date Sat, 02 Feb 2008 03:51:46 +0000
parents 88796aff14d6
children 9b620ed4fbc4
files finch/gntpounce.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);