diff --git a/app/main.cpp b/app/main.cpp index 92db0540..22e0c972 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -309,7 +309,7 @@ int main(int argc, char *argv[]) if (!QFile("/dev/dri").exists()) { qWarning() << "Unable to find a KMSDRM display device!"; - qWarning() << "On Raspberry Pi 2 and 3, you must enable the fake or full KMS driver in raspi-config to use Moonlight outside of the GUI environment."; + qWarning() << "On Raspberry Pi 2 and 3, you must enable the 'fake KMS' driver in raspi-config to use Moonlight outside of the GUI environment."; } } #endif