ayttm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ayttm-commits] CVS: ayttm/modules/msn2 msn.C,1.84,1.85


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/msn2 msn.C,1.84,1.85
Date: Sat, 22 Mar 2003 06:48:29 -0500

Update of /cvsroot/ayttm/ayttm/modules/msn2
In directory subversions:/tmp/cvs-serv2809/modules/msn2

Modified Files:
        msn.C 
Log Message:
reword a few dialogs


Index: msn.C
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/msn2/msn.C,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- msn.C       22 Mar 2003 01:56:43 -0000      1.84
+++ msn.C       22 Mar 2003 11:48:25 -0000      1.85
@@ -747,7 +747,7 @@
                (eb_msn_local_account_data *)from->protocol_local_account_data;
 
        if(stat(file, &stats) < 0) {
-               do_error_dialog("Could not read file", "Error");
+               do_error_dialog("File is not readable.", "Error");
                return;
        }
        eb_debug(DBG_MSN, "file==%s\n",file);
@@ -1036,7 +1036,7 @@
 }
 
 void ext_filetrans_success(invitation_ftp * inv) {
-       sprintf(buf, _("File %s transfered."), inv->filename);
+       sprintf(buf, _("The file %s has been successfully transfered."), 
inv->filename);
        do_error_dialog(buf, _("File transfered"));
        transfer_window * t_win = eb_find_window_by_inv(inv);
        if (t_win) {
@@ -1047,7 +1047,7 @@
 
 void ext_filetrans_failed(invitation_ftp * inv, int err, char * msg)
 {
-        sprintf(buf, "File transfer failed: %s\nThe file sender must have a 
public IP,\n and his firewall must allow TCP connections to port 6891.", msg);
+        sprintf(buf, "File transfer failed: %s\n\n(The file sender must have a 
public IP, and his firewall must allow TCP connections to port 6891.)", msg);
         do_error_dialog(buf, "Transfer failed");
        transfer_window * t_win = eb_find_window_by_inv(inv);
        if (t_win) {
@@ -1267,7 +1267,7 @@
   if(!is_waiting_auth(username)) {
          char *tmp = Utf8ToStr(friendlyname);
          eb_debug(DBG_MSN, "** %s (%s) has added you to their list.\n", 
friendlyname, username);
-         sprintf(dialog_message, _("The MSN user %s (%s) would like to add you 
to their contact list.\nDo you want to allow them to see when you are 
online?"), 
+         sprintf(dialog_message, _("The MSN user %s (%s) would like to add you 
to their contact list.\n\nDo you want to allow them to see when you are 
online?"), 
                          tmp, username);
          free(tmp);
          uname = strdup(username);
@@ -2028,7 +2028,7 @@
 {
   char dialog_message[1025];
   char *tmp = Utf8ToStr(friendlyname);
-  sprintf(dialog_message, _("The MSN user %s (%s) would like to send you\n %s 
(%lu bytes).\nDo you want to accept this file ?"),
+  sprintf(dialog_message, _("The MSN user %s (%s) would like to send you this 
file:\n\n   %s (%lu bytes).\n\nDo you want to accept this file ?"),
          tmp, from, inv->filename, inv->filesize);
   free(tmp);
   eb_debug(DBG_MSN, "got invitation : inv->filename:%s, inv->filesize:%lu\n",
@@ -2087,7 +2087,7 @@
 {
   char dialog_message[1025];
   char *tmp = Utf8ToStr(friendlyname);
-  sprintf(dialog_message, _("The MSN user %s (%s) would like to speak with you 
using (Gnome|Net)Meeting.\nDo you want to accept ?"),
+  sprintf(dialog_message, _("The MSN user %s (%s) would like to speak with you 
using (Gnome|Net)Meeting.\n\nDo you want to accept ?"),
          tmp, from);
   free(tmp);
   eb_debug(DBG_MSN, "got netmeeting invitation\n");





reply via email to

[Prev in Thread] Current Thread [Next in Thread]