|
|
|
@ -589,7 +589,7 @@ void KRenameImpl::setupFileTab1()
|
|
|
|
|
help.append("[$dirname];;" + i18n("insert name of directory") );
|
|
|
|
|
help.append("[$dirname.];;" + i18n("insert name of parent directory") );
|
|
|
|
|
help.append("[#length-0];;" + i18n("insert the length of the input filename") );
|
|
|
|
|
helpDialogData->add( i18n("Built-in Functions:" ), &help, SmallIcon("krename"), true );
|
|
|
|
|
helpDialogData->add( i18n("Built-in Functions:" ), &help, SmallIcon("edit_rename"), true );
|
|
|
|
|
|
|
|
|
|
help.clear();
|
|
|
|
|
help.append( "\\$;;" + i18n("Insert '$'") );
|
|
|
|
@ -601,7 +601,7 @@ void KRenameImpl::setupFileTab1()
|
|
|
|
|
help.append( "\\[;;" + i18n("Insert '['") );
|
|
|
|
|
help.append( "\\];;" + i18n("Insert ']'") );
|
|
|
|
|
help.append( "\\#;;" + i18n("Insert '#'") );
|
|
|
|
|
helpDialogData->add( i18n("Special Characters:" ), &help, SmallIcon("krename") );
|
|
|
|
|
helpDialogData->add( i18n("Special Characters:" ), &help, SmallIcon("edit_rename") );
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
//TODO: FIX this tooltip
|
|
|
|
|