diff --git a/GUI/Model/Sample/RoughnessCatalog.cpp b/GUI/Model/Sample/RoughnessCatalog.cpp index 0c8d6b937b556613407f46d45526c129d58245d5..06f0a33a5e5dc7be17e74ed40fb0d12ff88ebc85 100644 --- a/GUI/Model/Sample/RoughnessCatalog.cpp +++ b/GUI/Model/Sample/RoughnessCatalog.cpp @@ -38,7 +38,7 @@ UiInfo RoughnessCatalog::uiInfo(Type type) case Type::None: return {"None", "", ""}; case Type::Basic: - return {"Basic", "Stretched exponential lateral correlation function", ""}; + return {"Basic", "Fractal lateral correlation function", ""}; } ASSERT_NEVER; }