diff --git a/app/src/main/java/io/xpipe/app/core/AppFont.java b/app/src/main/java/io/xpipe/app/core/AppFont.java index 1ce1cd7af..12d282689 100644 --- a/app/src/main/java/io/xpipe/app/core/AppFont.java +++ b/app/src/main/java/io/xpipe/app/core/AppFont.java @@ -62,7 +62,7 @@ public class AppFont { try { Font.getDefault(); } catch (Throwable t) { - throw new IllegalStateException("Font loading is not working. Check whether your system is properly configured with fontconfig", t); + throw new IllegalStateException("Unable to load any fonts. Check whether your system is properly configured with fontconfig", t); } }