From 89d36ccc021bd173e95e62326cb84b7f873c123f Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 31 Dec 2009 18:08:40 +0000 Subject: Miscellaneous string fixes Lots of small spelling and grammar fixes, as well as some terminology cleanups. Signed-off-by: Jonny Lamb --- nautilus-sendto-plugin/empathy-nautilus-sendto.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nautilus-sendto-plugin') diff --git a/nautilus-sendto-plugin/empathy-nautilus-sendto.c b/nautilus-sendto-plugin/empathy-nautilus-sendto.c index aae29d54d..503e51808 100644 --- a/nautilus-sendto-plugin/empathy-nautilus-sendto.c +++ b/nautilus-sendto-plugin/empathy-nautilus-sendto.c @@ -105,13 +105,13 @@ validate_destination (NstPlugin *plugin, if (!empathy_contact_can_send_files (contact)) { - *error = g_strdup (_("The contact selected cannot receive files.")); + *error = g_strdup (_("The selected contact cannot receive files.")); ret = FALSE; } if (ret && !empathy_contact_is_online (contact)) { - *error = g_strdup (_("The contact selected is offline.")); + *error = g_strdup (_("The selected contact is offline.")); ret = FALSE; } -- cgit v1.2.3