[anjuta] Fix desktop file syntax errors



commit 63f6a9bc02c3b65d736cd91b6db8609f96783cdb
Author: Kalev Lember <kalevlember gmail com>
Date:   Thu Feb 21 00:50:08 2013 +0100

    Fix desktop file syntax errors
    
    String lists in the desktop files are semicolon (;) separated, and also
    need to end with a semicolon.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=694334

 anjuta.desktop.in.in |    2 +-
 po/el.po             |    2 +-
 po/gl.po             |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/anjuta.desktop.in.in b/anjuta.desktop.in.in
index 170180f..df076e4 100644
--- a/anjuta.desktop.in.in
+++ b/anjuta.desktop.in.in
@@ -10,7 +10,7 @@ X-MultipleArgs=false
 Type=Application
 Categories=GNOME;GTK;Development;IDE;
 StartupNotify=true
-MimeType=application/x-anjuta;application/x-anjuta-project-template;x-anjuta-compressed-project-template;inode/directory
+MimeType=application/x-anjuta;application/x-anjuta-project-template;x-anjuta-compressed-project-template;inode/directory;
 X-GNOME-DocPath=anjuta/anjuta-manual.xml
 X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=anjuta
diff --git a/po/el.po b/po/el.po
index 3d372cd..8f4dd5b 100644
--- a/po/el.po
+++ b/po/el.po
@@ -46,7 +46,7 @@ msgstr "Ανάπτυξη λογισμικού σε ένα ολοκληρωμέν
 
 #: ../anjuta.desktop.in.in.h:4
 msgid "IDE;development;programming;"
-msgstr "IDE·ανάπτυξη·προγραμματισμός·"
+msgstr "IDE;ανάπτυξη;προγραμματισμός;"
 
 #: ../libanjuta/anjuta-autogen.c:239
 msgid "Autogen is busy"
diff --git a/po/gl.po b/po/gl.po
index 1f239a6..979aa83 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -39,7 +39,7 @@ msgstr "Desenvolver software nun ambiente de desenvolvemento integrado"
 
 #: ../anjuta.desktop.in.in.h:4
 msgid "IDE;development;programming;"
-msgstr "IDE;desenvolvemento;programación"
+msgstr "IDE;desenvolvemento;programación;"
 
 #: ../libanjuta/anjuta-autogen.c:239
 msgid "Autogen is busy"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]