Skip to content

Commit 3d02242

Browse files
MainWindow.vala: Change 'snasphots' typo to 'snapshots' (#507)
1 parent 54e4667 commit 3d02242

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Gtk/MainWindow.vala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,14 +513,14 @@ class MainWindow : Gtk.Window{
513513
if (!App.repo.available()){
514514
gtk_messagebox(
515515
App.repo.status_message,
516-
_("Select another device to delete snasphots"),
516+
_("Select another device to delete snapshots"),
517517
this, false);
518518
return;
519519
}
520520
else if (!App.repo.has_snapshots()){
521521
gtk_messagebox(
522522
_("No snapshots on device"),
523-
_("Select another device to delete snasphots"),
523+
_("Select another device to delete snapshots"),
524524
this, false);
525525
return;
526526
}

0 commit comments

Comments
 (0)