[freeciv-data] (PR#11339) helpdata for chatline

"Jason Short" <[email protected]> Mon, 6 Dec 2004 15:12:38 -0800
Newsgroups gmane.games.freeciv.data
Message-ID <[email protected]>
This is a multi-part message in MIME format...

------------=_1102374758-5880-4
Content-Type: text/plain; charset="utf-8"


<URL: http://rt.freeciv.org/Ticket/Display.html?id=11339 >

Here's a new patch.

- Fixed problem with an extra newline that would pop up in the window. 
Apparently this was caused by extra spaces after the \ in the helpdata.

- Rewrote 'foo' as 'John'.  'foo' is a programmers term which will just
confuse users.  'John' was chosen because it's also short for
'Johnathan'.  Translators will probably want to pick a local name to use
as an example.

- Added a little more explanation for ::, which I apperently didn't
understand right.

-jason


------------=_1102374758-5880-4
Content-Type: text/x-patch; charset="ascii"; name="helpdata_chatline-2.diff"
Content-Disposition: inline; filename="helpdata_chatline-2.diff"
Content-Transfer-Encoding: 7bit

? diff
Index: data/helpdata.txt
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/helpdata.txt,v
retrieving revision 1.129
diff -u -r1.129 helpdata.txt
--- data/helpdata.txt	22 Nov 2004 04:00:20 -0000	1.129
+++ data/helpdata.txt	6 Dec 2004 23:10:35 -0000
@@ -518,12 +518,19 @@
 The client has a primitive chat interface.  The lines you type \
 are sent to all players, except:\
 "), _("\
-  - Messages starting with 'foo:' are private messages to the \
-player named 'foo'; player names can be abbreviated.\
-"), _("\
   - Messages starting with '/' are interpreted as server commands \
-(if the server is recent enough; regular 1.8.0 servers are not) \
-and executed, if you have the required access rights.\
+and executed, if you have the required access level.\
+"), _("\
+  - Messages starting with 'John:' are private messages to 'John'. \
+Names can be abbreviated. The server looks for players named 'John' \
+and if that fails tries to match a username beginning with 'John' (like \
+'Johnathan').\
+"), _("\
+  - Messages starting with 'John::' are private messages as above, but \
+will match only users (not players) named 'John'.  'Johnathan' will \
+still match.\
+"), _("\
+  - Messages starting with '.' will be sent only to all your allies.\
 ")
 
 [help_worklist_editor]

------------=_1102374758-5880-4--