31 lines
1.4 KiB
Diff
31 lines
1.4 KiB
Diff
From e4cf1e16e72e94f794fb058571acaae9fdbbacd9 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Pablo=20Lezaeta=20Reyes=20=5Bp=CB=88a=CE=B2=CC=9Elo=20l?=
|
|
=?UTF-8?q?=CB=8Ce=CC=9E=CE=B8a=CB=88eta=20r=CB=88ej=C9=9B=5D?=
|
|
<prflr88@gmail.com>
|
|
Date: Tue, 31 Mar 2015 02:47:39 -0300
|
|
Subject: [PATCH] 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
|
|
(cherry picked from commit 6f54f5373aa681e66278e8e6edaea06e3d0f8958)
|
|
---
|
|
po/es.po | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/po/es.po b/po/es.po
|
|
index 675f9721bf..811e36e81f 100644
|
|
--- a/po/es.po
|
|
+++ b/po/es.po
|
|
@@ -528,5 +528,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)"
|