Browse Source

Fix a typo

Signed-off-by: falkTX <falktx@falktx.com>
pull/1775/head
falkTX 1 year ago
parent
commit
a9ba8c42cb
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/backend/plugin/CarlaPluginBridge.cpp

+ 1
- 1
source/backend/plugin/CarlaPluginBridge.cpp View File

@@ -3224,7 +3224,7 @@ private:
pData->id, pData->id,
0, 0,
0, 0, 0.0f, 0, 0, 0.0f,
"Loading JACK application");
"Loading plugin bridge");
} }
#endif #endif




Loading…
Cancel
Save