summaryrefslogtreecommitdiff
path: root/wizard/partmansel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wizard/partmansel.cpp')
-rw-r--r--wizard/partmansel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizard/partmansel.cpp b/wizard/partmansel.cpp
index 9c509e6..2436d8f 100644
--- a/wizard/partmansel.cpp
+++ b/wizard/partmansel.cpp
@@ -37,13 +37,13 @@ void wpPartManSel::receivedDataLine(QString data, QString line)
{
title = tr("cfdisk");
desc = tr("cfdisk is a curses-based partition editor. It is text-only (curses), but it is easy to use.");
- icon = "terminal";
+ icon = "utilities-terminal";
}
else if(app == "fdisk")
{
title = tr("fdisk");
desc = tr("fdisk is a classic partition table manipulator for Linux. It has a Command Line Interface.");
- icon = "terminal";
+ icon = "utilities-terminal";
}
else if(app == "gparted")
{