[aisleriot] wall: Remove double spacing in string



commit b73a72e7080cb8cfac0e26c812f67f7d99c2a489
Author: Anders Jonsson <anders jonsson norsjovallen se>
Date:   Fri Jul 3 01:19:10 2015 +0200

    wall: Remove double spacing in string
    
    https://bugzilla.gnome.org/show_bug.cgi?id=751868

 games/wall.scm |    2 +-
 po/el.po       |    2 +-
 po/es.po       |    2 +-
 po/hu.po       |    2 +-
 po/sk.po       |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/games/wall.scm b/games/wall.scm
index e48aaa4..adeb9c3 100644
--- a/games/wall.scm
+++ b/games/wall.scm
@@ -135,7 +135,7 @@
   (set-statusbar-message (get-attacks-left-string)))
 
 (define (get-attacks-left-string)
-  (string-append (_"Deals  left: ")
+  (string-append (_"Deals left: ")
                  (number->string (/ (length (get-cards stock)) 3))))
 
 (define (in-wall? slot-id)
diff --git a/po/el.po b/po/el.po
index 4951dbe..420b5b4 100644
--- a/po/el.po
+++ b/po/el.po
@@ -3558,7 +3558,7 @@ msgstr "Πολλαπλασιαστική βαθμολογία"
 
 #: ../games/wall.scm:138
 #| msgid "Deals left: ~a"
-msgid "Deals  left: "
+msgid "Deals left: "
 msgstr "Μοιρασιές που απομένουν: "
 
 #: ../games/wall.scm:437
diff --git a/po/es.po b/po/es.po
index 8283ee4..cfe5192 100644
--- a/po/es.po
+++ b/po/es.po
@@ -3521,7 +3521,7 @@ msgstr "Puntuación de multiplicador"
 
 #: ../games/wall.scm:138
 #| msgid "Deals left: ~a"
-msgid "Deals  left: "
+msgid "Deals left: "
 msgstr "Repartos restantes: "
 
 #: ../games/wall.scm:437
diff --git a/po/hu.po b/po/hu.po
index 912fd4d..e221956 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -3526,7 +3526,7 @@ msgstr "Több játékos pontozása"
 
 #: ../games/wall.scm:138
 #| msgid "Deals left: ~a"
-msgid "Deals  left: "
+msgid "Deals left: "
 msgstr "Hátralévő osztások: "
 
 #: ../games/wall.scm:437
diff --git a/po/sk.po b/po/sk.po
index b525fd8..5723dd1 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -3457,7 +3457,7 @@ msgstr "Násobené skórovanie"
 
 # PM: ide o to ze sa do kazdej kopky da jedna karta, volam to "rozdanie"
 #: ../games/wall.scm:138
-msgid "Deals  left: "
+msgid "Deals left: "
 msgstr "Rozdaní zostáva: "
 
 #: ../games/wall.scm:437


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