diff --git a/doc/ru/useraction-xml.docbook b/doc/ru/useraction-xml.docbook index 0191ca6..0c0394e 100644 --- a/doc/ru/useraction-xml.docbook +++ b/doc/ru/useraction-xml.docbook @@ -295,7 +295,7 @@ <action name="search_replace" > <title>Simple Search and Replace</title> <tooltip>Search and replace a string/regex in textfiles</tooltip> - <icon>kcachegrind</icon> + <icon>tdecachegrind</icon> <category>Samples</category> <description>This UA uses the UNIX standard-tool sed (the stream-editor) so perform search and replace operations in all selected files It is possible to give a regular expression for both strings. Please note: The sed-command is "s/search/repleace/", so you have to escape the slash when you need it!</description> <command>sed -i -e 's/%_Ask("Search for:")%/%_Ask("Replace with:")%/' %aList("Selected")%</command>