diff options
| author | 2010-07-29 16:18:16 +0000 | |
|---|---|---|
| committer | 2010-07-29 16:18:16 +0000 | |
| commit | c49ea2637fd52d580821a9e77b1da2ffa72c2d14 (patch) | |
| tree | 2f0a93417f9fee2dbc7b7bf2e317325f22660b63 /data/defscript/classes.kvs | |
| parent | More fixes in kvs classes memory leaks (diff) | |
| download | KVIrc-c49ea2637fd52d580821a9e77b1da2ffa72c2d14.tar.gz KVIrc-c49ea2637fd52d580821a9e77b1da2ffa72c2d14.tar.bz2 KVIrc-c49ea2637fd52d580821a9e77b1da2ffa72c2d14.zip | |
fixed defscript catalogue
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4711 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'data/defscript/classes.kvs')
| -rw-r--r-- | data/defscript/classes.kvs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/defscript/classes.kvs b/data/defscript/classes.kvs index c19d9decd..8c9e022d5 100644 --- a/data/defscript/classes.kvs +++ b/data/defscript/classes.kvs @@ -15,19 +15,19 @@ class(installer,object) { if($0 == "") { - echo "[Installer] Error: the first argument of copyFiles must be a source directory" + echo $tr("[Installer] Error: the first argument of copyFiles must be a source directory","defscript") halt } if($1 == "") { - echo "[Installer] Error: the second argument of copyFiles must be a file name or file regexp" + echo $tr("[Installer] Error: the second argument of copyFiles must be a file name or file regexp","defscript") halt } if($2 == "") { - echo "[Installer] Error: the third argument of copyFiles must be a destination directory" + echo $tr("[Installer] Error: the third argument of copyFiles must be a destination directory","defscript") halt } |
