summaryrefslogtreecommitdiffstats
path: root/krename/batchrenamer.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-04-11 19:48:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-04-11 19:48:22 +0900
commitd9b8fe2454fb4bbf2c63ca314434b4816cca3bb7 (patch)
tree1b5ec3e0ff733bb0471a65c09e7148583b38d956 /krename/batchrenamer.cpp
parent71844b5188bb2b3e5c61537010035bb823420ab4 (diff)
downloadkrename-d9b8fe2454fb4bbf2c63ca314434b4816cca3bb7.tar.gz
krename-d9b8fe2454fb4bbf2c63ca314434b4816cca3bb7.zip
Revert "Use new icons in tdelibs". This is because krename icon is an
application icon and not an action one. This reverts commit 71844b5188bb2b3e5c61537010035bb823420ab4.
Diffstat (limited to 'krename/batchrenamer.cpp')
-rw-r--r--krename/batchrenamer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krename/batchrenamer.cpp b/krename/batchrenamer.cpp
index 06a83d3..bfebf35 100644
--- a/krename/batchrenamer.cpp
+++ b/krename/batchrenamer.cpp
@@ -336,7 +336,7 @@ void BatchRenamer::work( ProgressDialog* p )
p->warning(i18n("%2 errors occurred!").arg(error));
p->print(i18n("Elapsed time: %1 seconds").arg( t.elapsed()/1000 ), "kalarm");
- p->print(i18n("KRename finished the renaming process."), "edit_rename");
+ p->print(i18n("KRename finished the renaming process."), "krename");
p->print(i18n("Press close to quit!"));
p->setRenamedFiles( renamedFiles, m_files.count() );