diff options
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."); |