1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 07:47:14 +03:00

eddn/L10n: Use single quotes in translated strings

This commit is contained in:
Athanasius 2021-11-12 15:36:26 +00:00
parent f5a4469337
commit 33fbbd4da9
No known key found for this signature in database
GPG Key ID: AE3E527847057C7D
2 changed files with 2 additions and 2 deletions

View File

@ -251,7 +251,7 @@
"EDDN Error: Returned {STATUS} status code" = "EDDN Error: Returned {STATUS} status code";
/* eddn.py: No 'Route' found in NavRoute.json file; In files: eddn.py:970; */
"No "Route" array in NavRoute.json contents" = "No "Route" array in NavRoute.json contents";
"No 'Route' array in NavRoute.json contents" = "No 'Route' array in NavRoute.json contents";
/* eddn.py: Enable EDDN support for station data checkbox label; In files: eddn.py:1121; */
"Send station data to the Elite Dangerous Data Network" = "Send station data to the Elite Dangerous Data Network";

View File

@ -967,7 +967,7 @@ Msg:\n{msg}'''
if 'Route' not in entry:
logger.warning(f"NavRoute didn't contain a Route array!\n{entry!r}")
# LANG: No 'Route' found in NavRoute.json file
return _('No "Route" array in NavRoute.json contents')
return _("No 'Route' array in NavRoute.json contents")
#######################################################################
# Elisions