summaryrefslogtreecommitdiffstats
path: root/krusader/UserAction/useraction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krusader/UserAction/useraction.cpp')
-rw-r--r--krusader/UserAction/useraction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krusader/UserAction/useraction.cpp b/krusader/UserAction/useraction.cpp
index 18d6b48..4e412bd 100644
--- a/krusader/UserAction/useraction.cpp
+++ b/krusader/UserAction/useraction.cpp
@@ -110,7 +110,7 @@ void UserAction::readFromFile( const TQString& filename, ReadMode mode, KrAction
// check if the file got the right root-element (ACTION_ROOT) - this finds out if the xml-file read to the DOM is realy an krusader useraction-file
if( root.tagName() != ACTION_ROOT ) {
KMessageBox::error( MAIN_VIEW,
- i18n( "The actionfile's root-element isn't called "ACTION_ROOT", using %1").arg( filename ),
+ i18n( "The actionfile's root-element isn't called " ACTION_ROOT ", using %1").arg( filename ),
i18n( "UserActions - can't read from file!" )
);
delete doc; doc = 0;