Fix non-translated desktop file
This commit is contained in:
parent
c30f2a988d
commit
dc1104c93b
|
@ -1,6 +1,6 @@
|
|||
[Desktop Entry]
|
||||
Name=Text Editor
|
||||
Comment=Edit text files
|
||||
_Name=Text Editor
|
||||
_Comment=Edit text files
|
||||
Exec=xed %U
|
||||
Terminal=false
|
||||
Type=Application
|
||||
|
|
14
po/xed.pot
14
po/xed.pot
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-11-19 11:34+0000\n"
|
||||
"POT-Creation-Date: 2018-12-05 15:16+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -455,6 +455,14 @@ msgid ""
|
|||
"indentation levels. </p>"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xed.desktop.in.in.h:1 ../xed/xed-print-job.c:707
|
||||
msgid "Text Editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../data/xed.desktop.in.in.h:2
|
||||
msgid "Edit text files"
|
||||
msgstr ""
|
||||
|
||||
#: ../xed/xed-app.c:102
|
||||
msgid "Show the application's version"
|
||||
msgstr ""
|
||||
|
@ -1202,10 +1210,6 @@ msgstr ""
|
|||
msgid "Page %N of %Q"
|
||||
msgstr ""
|
||||
|
||||
#: ../xed/xed-print-job.c:707
|
||||
msgid "Text Editor"
|
||||
msgstr ""
|
||||
|
||||
#: ../xed/xed-print-job.c:740
|
||||
msgid "Preparing..."
|
||||
msgstr ""
|
||||
|
|
Loading…
Reference in New Issue