diff --git a/fractal-gtk/src/widgets/message.rs b/fractal-gtk/src/widgets/message.rs index 5639b040..7ca7f993 100644 --- a/fractal-gtk/src/widgets/message.rs +++ b/fractal-gtk/src/widgets/message.rs @@ -320,7 +320,7 @@ impl<'a> MessageBox<'a> { match rx.try_recv() { Err(TryRecvError::Empty) => gtk::Continue(true), Err(TryRecvError::Disconnected) => { - let msg = i18n("Could not retrieve file's uri"); + let msg = i18n("Could not retrieve file URI"); APPOP!(show_error, (msg)); gtk::Continue(true) },