From d1f03c2d918048cfef5700452a56d600cd0c453d Mon Sep 17 00:00:00 2001 From: gerd <gerd@gerd.pcsg.local> Date: Wed, 6 Sep 2017 12:34:21 +0200 Subject: [PATCH] refactor: completion --- composer.json | 2 +- locale.xml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index aeefadc..b1a1853 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "quiqqer/bricks", "type": "quiqqer-module", - "description": "Bricks Module", + "description": "The brick system allows you to design your website according to your wishes. You can quickly move, create, or remove bricks to different places in the template.", "version": "dev-dev", "license": "MIT", "authors": [ diff --git a/locale.xml b/locale.xml index f83675f..af1e349 100644 --- a/locale.xml +++ b/locale.xml @@ -8,11 +8,10 @@ </locale> <locale name="package.description"> <de><![CDATA[ - Platzieren Sie Grafiken, Texte, Videos, Formulare etc. - innerhalb eines Templates (einer Seite Ihrer Homepage) beliebig. + Das Baustein System ermöglicht es Ihnen, Ihre Webseite selbst nach Ihren Wünschen zu gestalten. Bausteine können Sie schnell an verschiedene Stellen im Template verschieben, anlegen oder entfernen. ]]></de> <en><![CDATA[ - Place any graphics, text, videos, forms, etc. within a template (a page on your website). + The brick system allows you to design your website according to your wishes. You can quickly move, create, or remove bricks to different places in the template. ]]></en> </locale> -- GitLab