diff options
author | Andre Klapper <a9016009@gmx.de> | 2007-04-10 11:08:06 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2007-04-10 11:08:06 +0800 |
commit | 6519f539d0cdf8aaf4cc93f642bae12979869bb7 (patch) | |
tree | 36855f4ff382b462152d7b9d84473f18ce75e443 /plugins | |
parent | dc3776587125ed2a0f5fbf8d4216bdb109bf679c (diff) | |
download | gsoc2013-evolution-6519f539d0cdf8aaf4cc93f642bae12979869bb7.tar.gz gsoc2013-evolution-6519f539d0cdf8aaf4cc93f642bae12979869bb7.tar.zst gsoc2013-evolution-6519f539d0cdf8aaf4cc93f642bae12979869bb7.zip |
fix typos and reword a string. Fixes bug #404764.
2007-04-10 Andre Klapper <a9016009@gmx.de>
* plugins/ipod-sync/evolution-ipod-sync.c:
fix typos and reword a string. Fixes bug #404764.
svn path=/trunk/; revision=33412
Diffstat (limited to 'plugins')
-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); |