fowode / pychess

Automatically exported from code.google.com/p/pychess
GNU General Public License v3.0
0 stars 0 forks source link

Incorrect grammar upon losing #710

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is just a grammar issue.

What steps will reproduce the problem?
1. Lose a game of chess

What is the expected output? What do you see instead?

I expect "You have been checkmated." Instead I see "You was checkmated."

What version of the product are you using?

PyChess Staunton 0.10.1

Did you use an installed version of PyChess or did you run in from a
tarball/svn?

Installed via the Arch Repos

Original issue reported on code.google.com by zacharyl...@gmail.com on 7 Jun 2012 at 4:10

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Zacharylombardo, thx for reporting this!
To tell the truth english is not my native language, so I can't decide.

Maybe someone should review our Utils/repr.py
Matt, Justin, others ?

Original comment by gbtami on 9 Jun 2012 at 7:45

GoogleCodeExporter commented 9 years ago
If English is not your native language, I would love to help out as an English 
copy editor for the entire program.  Tell me where to look and I will check for 
grammar errors and cite sources so that you can be more sure of my edits.

Original comment by zacharyl...@gmail.com on 9 Jun 2012 at 4:57

GoogleCodeExporter commented 9 years ago
No need for cite sources of course :) I just like to delegate this 
responsibility to Matt or Justin or any other native english speaker developers.

There is a template file for translators containing all user visible strings of 
pychess:
http://code.google.com/p/pychess/source/browse/lang/pychess.pot
Thx for your offer! 

Original comment by gbtami on 9 Jun 2012 at 5:24

GoogleCodeExporter commented 9 years ago
Fixed it in rev 9dcc3ed4f253.

Notice, I used "has been", because player names supposed to be _names_, not 
"You".

Original comment by gbtami on 12 Jun 2012 at 8:29

GoogleCodeExporter commented 9 years ago

Original comment by gbtami on 21 Apr 2013 at 7:46