diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2017-08-09 16:07:40 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2017-08-09 16:07:40 +0300 |
commit | aea3a9c18aeaee73daf1afb93120688817e8cb6a (patch) | |
tree | 729d05c44fb7d88df2269859cbe5fb8b27d6bd6e | |
parent | 59c12e72a02f670fdf5daf62c51ac24972fd485e (diff) |
MAINT-7673 FIXED Date/time is not display correctly in About Secondlife - Spanish language only
-rw-r--r-- | indra/newview/skins/default/xui/es/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/es/strings.xml b/indra/newview/skins/default/xui/es/strings.xml index 7cbd969ca0..2c7b27860d 100644 --- a/indra/newview/skins/default/xui/es/strings.xml +++ b/indra/newview/skins/default/xui/es/strings.xml @@ -78,7 +78,7 @@ Versión de Voice Server: [VOICE_VERSION] Paquetes perdidos: [PACKETS_LOST,number,0]/[PACKETS_IN,number,0] ([PACKETS_PCT,number,1]%) </string> <string name="AboutTime"> - [mes, fecha_hora, slt] [día, fecha_hora, slt] [año, fecha_hora, slt] [hora, fecha_hora, slt]:[min, fecha_hora, slt]:[segundo,fecha_hora,slt] + [month, datetime, slt] [day, datetime, slt] [year, datetime, slt] [hour, datetime, slt]:[min, datetime, slt]:[second,datetime,slt] </string> <string name="ErrorFetchingServerReleaseNotesURL"> Error al obtener la URL de las notas de la versión del servidor. |