diff options
author | Manuel "Venturi" Porras Peralta <venturi@openmailbox.org> | 2016-03-14 01:50:22 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2016-03-14 11:54:19 +0100 |
commit | a4b5567d5e989229a77227f30cfa36110bd12ec6 (patch) | |
tree | 126739ef184a29c9da2726e214c1143498141e1e /po/es.po | |
parent | d4c45145553781418c25343ac1478f62da645851 (diff) |
Spanish apt-mark translation fix
"%s can not be marked as it is not installed." was incorrectly
translated as "%s no se puede marcar como no instalado.\n",
which means "%s can not be marked as not installed."
Thanks to Marcos Del Sol Vives for reporting & to the spanish
translation team – and in particular Camaleón and Venturi –
for review and correction of this issue!
[commit message by commiter]
Closes: 817999
Diffstat (limited to 'po/es.po')
-rw-r--r-- | po/es.po | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1397,7 +1397,7 @@ msgstr "detecta el proxy usando apt.conf" #: cmdline/apt-mark.cc #, c-format msgid "%s can not be marked as it is not installed.\n" -msgstr "%s no se puede marcar como no instalado.\n" +msgstr "%s no se puede marcar porque no está instalado.\n" #: cmdline/apt-mark.cc #, c-format |