From b23e221c71ada12f06ed57f0661a47d862691b6d Mon Sep 17 00:00:00 2001 From: biggestcookie <5748299+biggestcookie@users.noreply.github.com> Date: Fri, 23 Jan 2026 14:35:35 -0500 Subject: [PATCH] MainWindow.vala: Change 'snasphots' typo to 'snapshots' --- src/Gtk/MainWindow.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Gtk/MainWindow.vala b/src/Gtk/MainWindow.vala index cd127b1d..9c017aa7 100644 --- a/src/Gtk/MainWindow.vala +++ b/src/Gtk/MainWindow.vala @@ -513,14 +513,14 @@ class MainWindow : Gtk.Window{ if (!App.repo.available()){ gtk_messagebox( App.repo.status_message, - _("Select another device to delete snasphots"), + _("Select another device to delete snapshots"), this, false); return; } else if (!App.repo.has_snapshots()){ gtk_messagebox( _("No snapshots on device"), - _("Select another device to delete snasphots"), + _("Select another device to delete snapshots"), this, false); return; }