summaryrefslogtreecommitdiff
path: root/l10ntools/source/gConvPo.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/source/gConvPo.cxx')
-rw-r--r--l10ntools/source/gConvPo.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/l10ntools/source/gConvPo.cxx b/l10ntools/source/gConvPo.cxx
index 1eccf9a08841..d82d2912c3fb 100644
--- a/l10ntools/source/gConvPo.cxx
+++ b/l10ntools/source/gConvPo.cxx
@@ -200,7 +200,8 @@ void convert_po::save(const string& sFileName,
outFile << "#. xxxxx" << endl
<< "#: " << sName << endl
<< "msgctxt \"\"" << endl
- << "\"" << sName << "\\n\"" << endl;
+ << "\"" << sName << "\\n\"" << endl
+ << "\"" << sKey << "\\n\"" << endl;
if (bFuzzy)
outFile << "#, fuzzy" << endl;
outFile << "msgid \"" << sENUStext << "\"" << endl