[Fwd: [evolution-patches] String change notification in exchange-operations plugin]



-------- Forwarded Message --------
> From: Harish Krishnaswamy <kharish novell com>
> To: evolution-patches <evolution-patches gnome org>, gnome-doc-list
> <gnome-doc-list gnome org>
> Subject: [evolution-patches] String change notification in
> exchange-operations plugin
> Date: Mon, 16 Jan 2006 13:33:53 +0530
> 
> Hi,
> 
>  Committed a fix for #327155 (grammar error in translatable string).
> Just a minor change.
> 
> diff -u -p -r1.20 exchange-config-listener.c
> --- exchange-config-listener.c	13 Jan 2006 15:29:02 -0000	1.20
> +++ exchange-config-listener.c	16 Jan 2006 08:00:01 -0000
> @@ -630,7 +630,7 @@ display_passwd_expiry_message (int max_p
>  	GtkResponseType response;
>  	GtkLabel *warning_msg_label;
>  	char *passwd_expiry_msg =
> -		g_strdup_printf (_("Your password will expire in next %d days"),
> max_passwd_age);
> +		g_strdup_printf (_("Your password will expire in the next %d days"),
> max_passwd_age);
>  	
>  	xml = glade_xml_new (FILENAME, ROOTNODE, NULL);
>  
> 
> 
> Thanks,
> Harish
> 
> _______________________________________________
> Evolution-patches mailing list
> Evolution-patches gnome org
> http://mail.gnome.org/mailman/listinfo/evolution-patches



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]