diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-02-21 12:32:15 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-02-21 12:32:41 +0100 |
commit | b656415836877f851661c679d8a9cc6df8c33a41 (patch) | |
tree | 1459165feb50e75cd05bc7d937e823a5ed240c54 /plugins/coin | |
parent | 4a6f01763b1566452e934b46306f71c96cfe4d40 (diff) | |
download | xK-b656415836877f851661c679d8a9cc6df8c33a41.tar.gz xK-b656415836877f851661c679d8a9cc6df8c33a41.tar.xz xK-b656415836877f851661c679d8a9cc6df8c33a41.zip |
coin: avoid Unicode characters
Diffstat (limited to 'plugins/coin')
-rwxr-xr-x | plugins/coin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/coin b/plugins/coin index 3390b5f..cdaed02 100755 --- a/plugins/coin +++ b/plugins/coin @@ -59,7 +59,7 @@ set eightball [list \ "It is certain" \ "It is decidedly so" \ "Without a doubt" \ - "Yes – definitely" \ + "Yes - definitely" \ "You may rely on it" \ "As I see it, yes" \ "Most likely" \ |