LocalisedText.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 81bf33b01a64d3d74edb8fa0b46199c350b05372
Author: Erik Vos <eri...@xs...>
Date: Sun Oct 30 21:32:37 2011 +0100
Fix to error message if a Right cannot be bought
diff --git a/LocalisedText.properties b/LocalisedText.properties
index a0dad56..fa742de 100644
--- a/LocalisedText.properties
+++ b/LocalisedText.properties
@@ -67,7 +67,7 @@ CANCEL=Cancel
CanOperate={0} can operate this round
CannotOperate={0} cannot operate this round
CannotBuyAnything={0} cannot buy anything
-CannotBuyRight={1} cannot buy '{1}' right for {2}: {3}
+CannotBuyRight={0} cannot buy ''{1}'' right for {2}: {3}
CERT_NAME={0} {1}% share
CLOSE=Close
CloseMinor=Close minor {0}
|