diff options
Diffstat (limited to 'src/dolphinviewcontainer.cpp')
| -rw-r--r-- | src/dolphinviewcontainer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinviewcontainer.cpp b/src/dolphinviewcontainer.cpp index 6e5385f5e..2ef6209bc 100644 --- a/src/dolphinviewcontainer.cpp +++ b/src/dolphinviewcontainer.cpp @@ -367,7 +367,7 @@ void DolphinViewContainer::restoreView(const KUrl& url) } } else { showErrorMessage(i18nc("@info:status", - "Protocol not supported by Dolphin, Konqueror has been launched")); + "Protocol not supported by Dolphin, Konqueror has been launched")); } const QString command = app + ' ' + url.pathOrUrl(); KRun::runCommand(command, app, app, this); |
