[aisleriot] Change the name of "<color> joker" to "the <color> joker".



commit dbc0b5d6361c1d5c92c6155a04abe78cab8275ce
Author: Vincent Povirk <madewokherd gmail com>
Date:   Tue Nov 1 22:38:09 2011 -0500

    Change the name of "<color> joker" to "the <color> joker".
    
    This is more consistent with the names of the other cards.

 games/sol.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/games/sol.scm b/games/sol.scm
index 0ccb915..15fd542 100644
--- a/games/sol.scm
+++ b/games/sol.scm
@@ -370,7 +370,7 @@
 
 ; hint procedures
 (define (get-joker-name card) 
-  (if (is-black? card) (_"black joker") (_"red joker")))
+  (if (is-black? card) (_"the black joker") (_"the red joker")))
 
 (define (get-name card)
   ; Do not use this function directly. To create a hint for moving a card or



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