From ba5dbf785e10d056d7332c5db169ca997c237507 Mon Sep 17 00:00:00 2001 From: heliguy4599 Date: Tue, 26 Sep 2023 09:31:45 -0400 Subject: [PATCH] Change wording Change any mention of orphaned user data to leftover user data Edit app metainfo --- data/io.github.flattool.Warehouse.metainfo.xml.in | 11 +++++------ meson.build | 2 +- src/gtk/help-overlay.blp | 2 +- src/main.py | 2 +- src/window.blp | 2 +- 5 files changed, 9 insertions(+), 10 deletions(-) diff --git a/data/io.github.flattool.Warehouse.metainfo.xml.in b/data/io.github.flattool.Warehouse.metainfo.xml.in index 82a83df..386a475 100644 --- a/data/io.github.flattool.Warehouse.metainfo.xml.in +++ b/data/io.github.flattool.Warehouse.metainfo.xml.in @@ -6,19 +6,18 @@ Heliguy CC0-1.0 GPL-3.0-only - Manage most things Flatpak + Manage all things Flatpak -

Warehouse is a simple app that can manage installed Flatpaks, Flatpak user data, and Flaptak remotes.

-

Warehouse features the following capabilities:

+

Warehouse is an app that manages installed Flatpaks, their user data, and Flaptak remotes.

+

Features:

-

Warehouse is made with Libadwaita and GTK4 in Python

keyboard diff --git a/meson.build b/meson.build index 101d6bd..b8b75f8 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('warehouse', - version: '1.0.0', + version: '1.1.0', meson_version: '>= 0.62.0', default_options: [ 'warning_level=2', 'werror=false', ], ) diff --git a/src/gtk/help-overlay.blp b/src/gtk/help-overlay.blp index 6f8afc7..36969cf 100644 --- a/src/gtk/help-overlay.blp +++ b/src/gtk/help-overlay.blp @@ -39,7 +39,7 @@ ShortcutsWindow help_overlay { title: C_("shortcut window", "More Functions"); ShortcutsShortcut { - title: C_("shortcut window", "Manage Orphaned Data"); + title: C_("shortcut window", "Manage Leftover Data"); action-name: "app.manage-data-folders"; } diff --git a/src/main.py b/src/main.py index 04194f9..24d92f4 100644 --- a/src/main.py +++ b/src/main.py @@ -92,7 +92,7 @@ class WarehouseApplication(Adw.Application): application_name="Warehouse", application_icon="io.github.flattool.Warehouse", developer_name="Heliguy", - version="1.0.0", + version="1.1.0", developers=["Heliguy https://github.com/heliguy4599", "kramo https://kramo.hu"], artists=["Heliguy https://github.com/heliguy4599", "kramo https://kramo.hu", "eryn https://github.com/hericiumvevo"], copyright='© 2023 The Files Authors', diff --git a/src/window.blp b/src/window.blp index 32aa89e..54a5735 100644 --- a/src/window.blp +++ b/src/window.blp @@ -112,7 +112,7 @@ menu primary_menu { section { item { - label: _("Manage Orphaned Data"); + label: _("Manage Leftover Data"); action: "app.manage-data-folders"; }