Browse Source

Update AboutDialog.qml

probonopd 7 years ago
parent
commit
c84ba800d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/AboutDialog.qml

+ 1 - 1
resources/qml/AboutDialog.qml

@@ -136,7 +136,7 @@ UM.Dialog
 
                 projectsModel.append({ name:"Noto Sans", description: catalog.i18nc("@label", "Font"), license: "Apache 2.0", url: "https://www.google.com/get/noto/" });
                 projectsModel.append({ name:"Font-Awesome-SVG-PNG", description: catalog.i18nc("@label", "SVG icons"), license: "SIL OFL 1.1", url: "https://github.com/encharm/Font-Awesome-SVG-PNG" });
-                projectsModel.append({ name:"AppImageKit", description: catalog.i18nc("@label", "AppImageKit"), license: "MIT", url: "https://github.com/AppImage/AppImageKit" });
+                projectsModel.append({ name:"AppImageKit", description: catalog.i18nc("@label", "Linux cross-distribution application deployment"), license: "MIT", url: "https://github.com/AppImage/AppImageKit" });
             }
         }
     }