diff --git a/src/plugins/coreplugin/variablemanager.cpp b/src/plugins/coreplugin/variablemanager.cpp index 13745e52fcd2c9f26ad02c3eefe910308a28fc0f..873a6481b5d5d98f93d5d064d231b7e75857229e 100644 --- a/src/plugins/coreplugin/variablemanager.cpp +++ b/src/plugins/coreplugin/variablemanager.cpp @@ -78,7 +78,7 @@ public: Examples of this are \c{CurrentDocument:FilePath} and \c{CurrentDocument:Selection}. When the variable manager is requested to replace variables in a string, it looks for - variable names enclosed in ${ and }, like ${CurrentDocument:FilePath}. + variable names enclosed in %{ and }, like %{CurrentDocument:FilePath}. \note The names of the variables are stored as QByteArray. They are typically 7-bit-clean. In cases where this is not possible, UTF-8 encoding is