Mercurial > pidgin
changeset 17548:42ba9c4c9172
Hopefully make what this checkbox does a little more clear by changing
available to Available in 'Pounce only when my status is not available'.
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Fri, 08 Jun 2007 03:55:35 +0000 |
parents | 5eebb9b24e30 |
children | 8132d615fae9 |
files | pidgin/gtkpounce.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);