# HG changeset patch
# User Etan Reisner <pidgin@unreliablesource.net>
# Date 1181274935 0
# Node ID 42ba9c4c91720adc3f999502c93ae9096deead46
# Parent  5eebb9b24e30340335eb01d204880c92166b01a0
Hopefully make what this checkbox does a little more clear by changing
available to Available in 'Pounce only when my status is not available'.

diff -r 5eebb9b24e30 -r 42ba9c4c9172 pidgin/gtkpounce.c
--- a/pidgin/gtkpounce.c	Thu Jun 07 14:47:30 2007 +0000
+++ b/pidgin/gtkpounce.c	Fri Jun 08 03:55:35 2007 +0000
@@ -783,7 +783,7 @@
 	gtk_widget_show(table);
 
 	dialog->on_away =
-		gtk_check_button_new_with_mnemonic(_("P_ounce only when my status is not available"));
+		gtk_check_button_new_with_mnemonic(_("P_ounce only when my status is not Available"));
 	gtk_table_attach(GTK_TABLE(table), dialog->on_away, 0, 1, 0, 1,
 					 GTK_FILL, 0, 0, 0);