diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-01-29 13:24:20 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-01-29 13:24:20 +0900 |
commit | 570104ceed8613903f249f2e5768c5cceb6f0012 (patch) | |
tree | 50f4806b7a615ec7f92cd27b7d5c5df56f569eaa /tdefilereplace/whatthis.h | |
parent | 08f2b5848ddd09e0da7e2d42a8743f0b40f1c717 (diff) | |
download | tdeutils-570104ceed8613903f249f2e5768c5cceb6f0012.tar.gz tdeutils-570104ceed8613903f249f2e5768c5cceb6f0012.zip |
Added 'max depth' search option to TDEFileReplace. This resolves bug 1238.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdefilereplace/whatthis.h')
-rw-r--r-- | tdefilereplace/whatthis.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tdefilereplace/whatthis.h b/tdefilereplace/whatthis.h index 0539537..6693931 100644 --- a/tdefilereplace/whatthis.h +++ b/tdefilereplace/whatthis.h @@ -39,6 +39,8 @@ namespace whatthisNameSpace const TQString edSizeMaxWhatthis = i18n("Insert the maximum file size you want to search, or leave it unchecked if you don't want maximum size limit."); + const TQString edMaxDepthWhatthis = i18n("Insert the maximum depth sublevel you want to search, or leave it unchecked if you don't want to limit the search. A level of 0 searches only the current level."); + const TQString edDateMinWhatthis = i18n("Insert the minimum value for file access date that you want to search, or leave it unchecked if you don't a minimum limit."); const TQString edDateMaxWhatthis = i18n("Insert the maximum value for file access date that you want to search, or leave it unchecked if you don't a maximum limit."); |