Skip to content
This repository was archived by the owner on Apr 9, 2026. It is now read-only.

Commit 91ce558

Browse files
committed
Fix wrong formatting of dependency error message
1 parent c0d681d commit 91ce558

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Titan/Titan.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ public static int Main(string[] args)
225225
Logger.Error("Eto.Forms could not detect your current operating system.");
226226

227227
#if __UNIX__
228-
Logger.Error("Please install {0}, {1}, {2}, {3} and {4} before submitting a bug report.",
228+
Logger.Error("Please install {0}, {1}, {2} and {3} before submitting a bug report.",
229229
"Mono (\u22655.4)",
230230
"Gtk 3",
231231
"libNotify",

0 commit comments

Comments
 (0)