]> git.0d.be Git - empathy.git/blobdiff - nautilus-sendto-plugin/empathy-nautilus-sendto.c
nautilus-sendto: add TPL CFLAGS
[empathy.git] / nautilus-sendto-plugin / empathy-nautilus-sendto.c
index aae29d54db43fbd37660fc15de75511cdeffb08f..503e51808966ccaeed878a65ba27a21a147e7cf4 100644 (file)
@@ -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;
     }