[gnome-games] gnomine: Fix incorrect </b> tag in mine count label



commit b7a764237da6a9215c2e60c380a4a596a37cca6a
Author: Robert Ancell <robert ancell canonical com>
Date:   Mon Feb 13 09:17:42 2012 +1100

    gnomine: Fix incorrect </b> tag in mine count label

 gnomine/src/gnomine.vala |    2 +-
 po/be.po                 |    2 +-
 po/es.po                 |    6 +++---
 po/gl.po                 |    6 +++---
 po/nb.po                 |    2 +-
 5 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/gnomine/src/gnomine.vala b/gnomine/src/gnomine.vala
index 1d4b6f8..7184d64 100644
--- a/gnomine/src/gnomine.vala
+++ b/gnomine/src/gnomine.vala
@@ -316,7 +316,7 @@ public class GnoMine : Gtk.Application
     private string make_minefield_description (string color, int width, int height, int n_mines)
     {
         var size_label = "%d à %d".printf (width, height);
-        var mines_label = ngettext ("<b>%d</d> mine", "<b>%d</b> mines", n_mines).printf (n_mines);
+        var mines_label = ngettext ("<b>%d</b> mine", "<b>%d</b> mines", n_mines).printf (n_mines);
         return "<span fgcolor='%s'><span size='x-large' weight='ultrabold'>%s</span>\n%s</span>".printf (color, size_label, mines_label);
     }
 
diff --git a/po/be.po b/po/be.po
index 887a44e..ccab64d 100644
--- a/po/be.po
+++ b/po/be.po
@@ -2933,7 +2933,7 @@ msgstr "_ÐÐÐÑÐÐÑÑÑ ÐÑÐÐÑ:"
 
 #: ../gnomine/src/gnomine.vala:319
 #, c-format
-msgid "<b>%d</d> mine"
+msgid "<b>%d</b> mine"
 msgid_plural "<b>%d</b> mines"
 msgstr[0] "<b>%d</b> ÐÑÐÐ"
 msgstr[1] "<b>%d</b> ÐÑÐÑ"
diff --git a/po/es.po b/po/es.po
index 247a54a..f14b19e 100644
--- a/po/es.po
+++ b/po/es.po
@@ -2988,10 +2988,10 @@ msgstr "_NÃmero de minas:"
 
 #: ../gnomine/src/gnomine.vala:319
 #, c-format
-msgid "<b>%d</d> mine"
+msgid "<b>%d</b> mine"
 msgid_plural "<b>%d</b> mines"
-msgstr[0] "<b>%d</d> mina"
-msgstr[1] "<b>%d</d> minas"
+msgstr[0] "<b>%d</b> mina"
+msgstr[1] "<b>%d</b> minas"
 
 #: ../gnomine/src/gnomine.vala:326 ../mahjongg/src/mahjongg.vala:661
 msgid "Show a hint"
diff --git a/po/gl.po b/po/gl.po
index f9d3484..d6eb41e 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -3022,10 +3022,10 @@ msgstr "_NÃmero de minas:"
 
 #: ../gnomine/src/gnomine.vala:319
 #, c-format
-msgid "<b>%d</d> mine"
+msgid "<b>%d</b> mine"
 msgid_plural "<b>%d</b> mines"
-msgstr[0] "<b>%d</d> minas"
-msgstr[1] "<b>%d</d> minas"
+msgstr[0] "<b>%d</b> minas"
+msgstr[1] "<b>%d</b> minas"
 
 #: ../gnomine/src/gnomine.vala:326 ../mahjongg/src/mahjongg.vala:661
 msgid "Show a hint"
diff --git a/po/nb.po b/po/nb.po
index 1da02bf..b7f1e5b 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -2938,7 +2938,7 @@ msgstr "A_ntall miner:"
 
 #: ../gnomine/src/gnomine.vala:319
 #, c-format
-msgid "<b>%d</d> mine"
+msgid "<b>%d</b> mine"
 msgid_plural "<b>%d</b> mines"
 msgstr[0] "<b>%d mine</b>"
 msgstr[1] "<b>%d miner</b>"



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