Browse Source

win-mf: Make minor adjustment to windows 7 warning

Instead of saying "windows versions less than 8", say "windows versions
prior to 8".
jp9000 9 năm trước cách đây
mục cha
commit
b41a88f39f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      plugins/win-mf/mf-aac.cpp

+ 1 - 1
plugins/win-mf/mf-aac.cpp

@@ -140,7 +140,7 @@ extern "C" void RegisterMFAACEncoder()
 {
 	if (!IsWindows8OrGreater()) {
 		MF_LOG(LOG_WARNING, "plugin is disabled for performance "
-			"reasons on Windows versions less than 8");
+			"reasons on Windows versions prior to 8");
 		return;
 	}