Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Quiñones <manuq@laptop.org>2013-02-19 21:51:21 (GMT)
committer Manuel Quiñones <manuq@laptop.org>2013-02-27 23:31:11 (GMT)
commitcafa0a122e4e0c4c42e17c6d490fd59dd46eff06 (patch)
tree4decd721b6f00c7c863f3fc88af45dc08a453603
parent6c7b2ba0fe4aaa889323f7156804dc18ab73f238 (diff)
Fix markup in Spanish translation - SL #4433
The es.po file has markup tags errors. The closing <span> tags are missing the slash: </span> Signed-off-by: Manuel Quiñones <manuq@laptop.org>
-rw-r--r--po/es.po8
1 files changed, 4 insertions, 4 deletions
diff --git a/po/es.po b/po/es.po
index 24905e8..72223f5 100644
--- a/po/es.po
+++ b/po/es.po
@@ -335,13 +335,13 @@ msgstr "es"
msgid "time(h, m) => What Time Is It?"
msgstr ""
" time(h, 55) => <span foreground=\"\\#005FE4\">hour1(h)</span> menos "
-"<span foreground=\"\\#00B20D\">cinco<span> am_pm(h) |\n"
+"<span foreground=\"\\#00B20D\">cinco</span> am_pm(h) |\n"
" time(h, 50) => <span foreground=\"\\#005FE4\">hour1(h)</span> menos "
-"<span foreground=\"\\#00B20D\">diez<span> am_pm(h) |\n"
+"<span foreground=\"\\#00B20D\">diez</span> am_pm(h) |\n"
" time(h, 45) => <span foreground=\"\\#005FE4\">hour1(h)</span> menos "
-"<span foreground=\"\\#00B20D\">cuarto<span> am_pm(h) |\n"
+"<span foreground=\"\\#00B20D\">cuarto</span> am_pm(h) |\n"
" time(h, 40) => <span foreground=\"\\#005FE4\">hour1(h)</span> menos "
-"<span foreground=\"\\#00B20D\">veinte<span> am_pm(h) |\n"
+"<span foreground=\"\\#00B20D\">veinte</span> am_pm(h) |\n"
" time(h, 35) => <span foreground=\"\\#005FE4\">hour1(h)</span> menos "
"<span foreground=\"\\#00B20D\">veinticinco</span> am_pm(h) |\n"
" time(h, m) => <span foreground=\"\\#005FE4\">hour(h)</span> <span "