This commit is contained in:
Bleak Grey 2021-02-02 17:08:23 +03:00
parent 5e2e6b68b4
commit 7733f26107
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ public class Tootle.Desktop {
} }
catch (Error e){ catch (Error e){
warning (@"xdg-open failed too: $(e.message)"); warning (@"xdg-open failed too: $(e.message)");
app.error (_("Open this URL in your browser", uri); app.error (_("Open this URL in your browser"), uri);
return false; return false;
} }
} }