diff options
-rw-r--r-- | plugins/ipod-sync/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/ipod-sync/evolution-ipod-sync.c | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/plugins/ipod-sync/ChangeLog b/plugins/ipod-sync/ChangeLog index 1a9897f949..7477a39af6 100644 --- a/plugins/ipod-sync/ChangeLog +++ b/plugins/ipod-sync/ChangeLog @@ -1,3 +1,8 @@ +2007-04-10 Andre Klapper <a9016009@gmx.de> + + * plugins/ipod-sync/evolution-ipod-sync.c: + fix typos and reword a string. Fixes bug #404764. + 2007-04-02 Sankar P <psankar@novell.com> * Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr> 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, _("<span weight=\"bold\" size=\"larger\">" - "Search for a iPod failed" + "Search for an iPod failed" "</span>\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); |