We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54e4667 commit 3d02242Copy full SHA for 3d02242
1 file changed
src/Gtk/MainWindow.vala
@@ -513,14 +513,14 @@ class MainWindow : Gtk.Window{
513
if (!App.repo.available()){
514
gtk_messagebox(
515
App.repo.status_message,
516
- _("Select another device to delete snasphots"),
+ _("Select another device to delete snapshots"),
517
this, false);
518
return;
519
}
520
else if (!App.repo.has_snapshots()){
521
522
_("No snapshots on device"),
523
524
525
526
0 commit comments