summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorPablo Lezaeta Reyes [pˈaβ̞lo lˌe̞θaˈeta rˈejɛ] <prflr88@gmail.com>2015-03-31 02:47:39 -0300
committerSven Eden <yamakuzure@gmx.net>2017-03-14 07:47:12 +0100
commit3d8a87825e47c37f08e1d2c9e44435977b78f740 (patch)
tree836815cc1c016d79df815f8dee6e6bb419910c5c /po
parent05dff23de8a7f3d9101738e4ec6ccd6f1177b3b9 (diff)
Separate the % sign from the number
In spanish the % sign is supposed to be separated from the number [1 and 2 both in spanish] so I separated the %% that draw the percentage sign from the number. [1] http://www.fundeu.es/recomendacion/el-se-escribe-separado-de-la-cifra-a-la-que-acompana-802/ [2] http://aplica.rae.es/orweb/cgi-bin/v.cgi?i=QGkHLBzKcEgZrQyD PD: I know that probably this is not the propper place but I don't know where submit the fix or if I do it right
Diffstat (limited to 'po')
-rw-r--r--po/es.po4
1 files changed, 2 insertions, 2 deletions
diff --git a/po/es.po b/po/es.po
index 4cbd32854..0f4f43b5e 100644
--- a/po/es.po
+++ b/po/es.po
@@ -514,5 +514,5 @@ msgstr ""
#, c-format
msgid "Checking in progress on %d disk (%3.1f%% complete)"
msgid_plural "Checking in progress on %d disks (%3.1f%% complete)"
-msgstr[0] "Comprobando progreso en %d disco (%3.1f%% completado)"
-msgstr[1] "Comprobando progreso en %d discos (%3.1f%% completado)"
+msgstr[0] "Comprobando progreso en %d disco (%3.1f %% completado)"
+msgstr[1] "Comprobando progreso en %d discos (%3.1f %% completado)"