diff src/gaim-remote.c @ 8152:82aeed3c90f0

[gaim-migrate @ 8864] I love me some consistency. I went with "screen name" instead of "screenname" mostly because I feel that the first one is more readable. It's also what aim.com uses. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 20 Jan 2004 16:08:45 +0000
parents fa6395637e2c
children 064ecf11a36a
line wrap: on
line diff
--- a/src/gaim-remote.c	Tue Jan 20 15:58:39 2004 +0000
+++ b/src/gaim-remote.c	Tue Jan 20 16:08:45 2004 +0000
@@ -89,7 +89,7 @@
 	     "       -m, --message=MESG       Message to send or show in conversation window\n"
 	     "       -t, --to=SCREENNAME      Select a target for command\n"
 	     "       -p, --protocol=PROTO     Specify protocol to use\n"
-	     "       -f, --from=SCREENNAME    Specify screenname to use\n"
+	     "       -f, --from=SCREENNAME    Specify scree nname to use\n"
 	     "       -q, --quiet              Send message without showing a conversation\n"
 	     "                                window\n"
 */
@@ -203,13 +203,13 @@
 	if(!strcmp(command, "uri")) {
 		message(_("\n"
 		       "Using AIM: URIs:\n"
-		       "Sending an IM to a screenname:\n"
+		       "Sending an IM to a screen name:\n"
 		       "	gaim-remote uri 'aim:goim?screenname=Penguin&message=hello+world'\n"
-		       "In this case, 'Penguin' is the screenname we wish to IM, and 'hello world'\n"
+		       "In this case, 'Penguin' is the screen name we wish to IM, and 'hello world'\n"
 		       "is the message to be sent.  '+' must be used in place of spaces.\n"
 		       "Please note the quoting used above - if you run this from a shell the '&'\n"
 		       "needs to be escaped, or the command will stop at that point.\n"
-		       "Also,the following will just open a conversation window to a screenname,\n"
+		       "Also,the following will just open a conversation window to a screen name,\n"
 		       "with no message:\n"
 		       "	gaim-remote uri 'aim:goim?screenname=Penguin'\n\n"
 		       "Joining a chat:\n"