Removing trailing dots from desktop file description.
This commit is contained in:
parent
81ad9483a9
commit
d270bfae74
4 changed files with 7 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Copyright 2021 Ad5001 -->
|
||||
<!-- Copyright 2022 Ad5001 -->
|
||||
<application>
|
||||
<id>eu.ad5001.LogarithmPlotter</id>
|
||||
<id type="desktop">eu.ad5001.LogarithmPlotter.desktop</id>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Copyright 2021 Ad5001 -->
|
||||
<!-- Copyright 2022 Ad5001 -->
|
||||
<application>
|
||||
<id>eu.ad5001.LogarithmPlotter</id>
|
||||
<id type="desktop">eu.ad5001.LogarithmPlotter.desktop</id>
|
||||
|
|
|
@ -4,8 +4,9 @@ Type=Application
|
|||
Name=LogarithmPlotter
|
||||
GenericName=2D plotter software
|
||||
GenericName[fr]=Logiciel de traçage 2D
|
||||
Comment=Create BODE diagrams, sequences and repartition functions.
|
||||
Comment[fr]=Créer des diagrammes de BODE, des suites et des fonctions de répartition.
|
||||
Comment=Create BODE diagrams, sequences and distribution functions
|
||||
Comment[fr]=Créer des diagrammes de BODE, des suites et des fonctions de répartition
|
||||
Comment[hu]=Bode-ábrák, sorozatok és újraosztási függvények létrehozása
|
||||
|
||||
TryExec=logarithmplotter
|
||||
Exec=logarithmplotter %f
|
||||
|
@ -13,4 +14,4 @@ Icon=logarithmplotter
|
|||
MimeType=application/x-logarithm-plot;
|
||||
Terminal=false
|
||||
StartupNotify=false
|
||||
Categories=Math
|
||||
Categories=Science
|
||||
|
|
|
@ -12,4 +12,4 @@ Icon=logarithmplotter
|
|||
MimeType=application/x-logarithm-plot;
|
||||
Terminal=false
|
||||
StartupNotify=false
|
||||
Categories=Math
|
||||
Categories=Science
|
||||
|
|
Loading…
Reference in a new issue