From 00f4ec2fddc8114bd0edd1da5de78426b6f26f25 Mon Sep 17 00:00:00 2001 From: heliguy4599 Date: Sun, 13 Oct 2024 20:56:20 -0400 Subject: [PATCH] Fix typo --- src/main_window/window.blp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main_window/window.blp b/src/main_window/window.blp index 8b4c7b9..ac021c1 100644 --- a/src/main_window/window.blp +++ b/src/main_window/window.blp @@ -24,7 +24,7 @@ template $WarehouseWindow: Adw.ApplicationWindow { Adw.StatusPage file_drop_view { icon-name: "folder-open-symbolic"; title: _("Drop to Open"); - description: _("Install Flatpaks or Add a Remotes"); + description: _("Install Flatpaks or Add a Remote"); styles ["drag-overlay-status-page"] } }