diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2026-03-23 20:52:55 +0100 |
|---|---|---|
| committer | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-04-05 00:31:21 +0200 |
| commit | 1d28fb5599337bf1891ac8cc43b7656975d239d7 (patch) | |
| tree | e75bcfaed71d668c87afa65ca524d1a0338a0ce1 /data/systems.tranquil.Map.metainfo.xml.in.in | |
| parent | ef32d65ac1852da581ac75d20f903dbcb2d0b5cd (diff) | |
Use english as the base language
Diffstat (limited to 'data/systems.tranquil.Map.metainfo.xml.in.in')
| -rw-r--r-- | data/systems.tranquil.Map.metainfo.xml.in.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/systems.tranquil.Map.metainfo.xml.in.in b/data/systems.tranquil.Map.metainfo.xml.in.in index 75ff997..7069e9b 100644 --- a/data/systems.tranquil.Map.metainfo.xml.in.in +++ b/data/systems.tranquil.Map.metainfo.xml.in.in @@ -2,8 +2,8 @@ <component type="desktop-application"> <id>@app-id@</id> - <name>application.name</name> - <summary>application.summary</summary> + <name>Map</name> + <summary>Visualize your business landscape</summary> <metadata_license>CC-BY-SA-4.0</metadata_license> <project_license>AGPL-3.0-or-later</project_license> @@ -19,7 +19,7 @@ <description> <p> - application.description + Map is a wardley map editor for linux that uses a simple language to easily create and edit maps that visualize an evolving environment. Draw components, link dependencies, create groups, write notes, or add inertia and evolution markers, and see your map change in an instant. </p> </description> @@ -28,11 +28,11 @@ <screenshots> <screenshot type="default"> <image>https://map.tranquil.systems/img/screenshots/key-flathub.png</image> - <caption>application.screenshot.key.caption</caption> + <caption>The main window of Map showing the code editor on the left pane, and the rendered preview on the right pane.</caption> </screenshot> <screenshot> <image>https://map.tranquil.systems/img/screenshots/preferences-flathub.png</image> - <caption>application.screenshot.preferences.caption</caption> + <caption>A lineup of the preference panes in map, showing the ways in which you can customize your experience.</caption> </screenshot> </screenshots> |