changeset 17549:8132d615fae9

merge of '08772f5bb329fb5f8bbf0226a5d16f194c735506' and '24b458a698f7e1b9e8abc3d2f4571a5b1802ab26'
author Richard Laager <rlaager@wiktel.com>
date Fri, 08 Jun 2007 04:50:36 +0000
parents 84c7b697adcd (current diff) 42ba9c4c9172 (diff)
children ef3f817cac91
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkpounce.c	Fri Jun 08 04:17:36 2007 +0000
+++ b/pidgin/gtkpounce.c	Fri Jun 08 04:50:36 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);