From e0e51f56f77a398c3868482c71159ee6c6e4d925 Mon Sep 17 00:00:00 2001 From: Jan-Philipp Litza Date: Sun, 30 Aug 2015 22:36:38 +0200 Subject: [PATCH] i18n: Don't use empty string An empty `msgstr ""` leads to the raw msgid (in this case `gluon-config-mode:pubkey`) to be printed. This is ugly, thus we replace it with an HTML comment --- i18n/de.po | 2 +- i18n/en.po | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n/de.po b/i18n/de.po index 7da1e3f..50fc922 100644 --- a/i18n/de.po +++ b/i18n/de.po @@ -17,7 +17,7 @@ msgstr "" "entsprechend aus und sende es ab. " msgid "gluon-config-mode:pubkey" -msgstr "" +msgstr "" msgid "gluon-config-mode:reboot" msgstr "" diff --git a/i18n/en.po b/i18n/en.po index cf57565..e480ea4 100644 --- a/i18n/en.po +++ b/i18n/en.po @@ -16,7 +16,7 @@ msgstr "" "Fill out the following form to your liking and submit it." msgid "gluon-config-mode:pubkey" -msgstr "" +msgstr "" msgid "gluon-config-mode:reboot" msgstr ""