diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-02-19 13:40:46 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-02-19 13:40:46 +0100 |
commit | 23b943b1ba4ff1b20ae6468ef4edba38f5e94f5a (patch) | |
tree | 6f3b360df9307c1324732c0b98c4a7b76e04e488 /src | |
parent | fb6dd284fad64a4b69e44aea38852b38819b5eb1 (diff) | |
download | haketilo-hydrilla-23b943b1ba4ff1b20ae6468ef4edba38f5e94f5a.tar.gz haketilo-hydrilla-23b943b1ba4ff1b20ae6468ef4edba38f5e94f5a.zip |
fix a message string
Diffstat (limited to 'src')
-rw-r--r-- | src/hydrilla/server/locales/en_US/LC_MESSAGES/messages.po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hydrilla/server/locales/en_US/LC_MESSAGES/messages.po b/src/hydrilla/server/locales/en_US/LC_MESSAGES/messages.po index d953246..6b5b25a 100644 --- a/src/hydrilla/server/locales/en_US/LC_MESSAGES/messages.po +++ b/src/hydrilla/server/locales/en_US/LC_MESSAGES/messages.po @@ -95,7 +95,7 @@ msgstr "" msgid "language_to_use_overrides_config" msgstr "" "Language to use (also affects served HTML files). Overrides value from " -"the config file (if any)\"" +"the config file (if any)." #: src/hydrilla/server/serve.py:591 msgid "config_option_{}_not_supplied" |