From 4f7a2c87cafcf5f29f6431d0bc219179b88d7660 Mon Sep 17 00:00:00 2001 From: Albert Casanovas Date: Fri, 27 Apr 2018 17:53:21 +0200 Subject: [PATCH] Update initial_sync notification message --- fractal-gtk/src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fractal-gtk/src/app.rs b/fractal-gtk/src/app.rs index 80388b47..7aed6a3e 100644 --- a/fractal-gtk/src/app.rs +++ b/fractal-gtk/src/app.rs @@ -224,7 +224,7 @@ impl AppOp { pub fn initial_sync(&self, show: bool) { if show { - self.inapp_notify("Initial sync, this can take some time"); + self.inapp_notify("Syncing, this could take a while"); } else { self.hide_inapp_notify(); }