From 6519f539d0cdf8aaf4cc93f642bae12979869bb7 Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Tue, 10 Apr 2007 03:08:06 +0000 Subject: fix typos and reword a string. Fixes bug #404764. 2007-04-10 Andre Klapper * plugins/ipod-sync/evolution-ipod-sync.c: fix typos and reword a string. Fixes bug #404764. svn path=/trunk/; revision=33412 --- plugins/ipod-sync/evolution-ipod-sync.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/ipod-sync/evolution-ipod-sync.c') diff --git a/plugins/ipod-sync/evolution-ipod-sync.c b/plugins/ipod-sync/evolution-ipod-sync.c index 4b7a3743ed..72619a77db 100644 --- a/plugins/ipod-sync/evolution-ipod-sync.c +++ b/plugins/ipod-sync/evolution-ipod-sync.c @@ -60,11 +60,11 @@ ipod_check_status (gboolean silent) if (!silent) { GtkWidget *message = gtk_message_dialog_new_with_markup (NULL, 0, GTK_MESSAGE_ERROR, GTK_BUTTONS_OK, _("" - "Search for a iPod failed" + "Search for an iPod failed" "\n\n" - "Evolution could not find a iPod to synchronize with." - "Either it is not connected to the system or it is " - "not powered on.")); + "Evolution could not find an iPod to synchronize with. " + "Either the iPod is not connected to the system or it " + "is not powered on.")); gtk_dialog_run (GTK_DIALOG (message)); gtk_widget_destroy (message); -- cgit v1.2.3