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 ae74f0e..3a3d78b 100644
--- a/wizard/partmansel.cpp
+++ b/wizard/partmansel.cpp
@@ -35,7 +35,7 @@ void wpPartManSel::receivedDataLine(QString data, QString line)
if(app == "cfdisk")
{
title = tr("cfdisk");
- desc = tr("cfdisk is a curses-based partition editor. It is text-only (curses), but it is easy to use [recommended]");
+ desc = tr("cfdisk is a curses-based partition editor. It is text-only (curses), but it is easy to use.");
icon = "terminal";
}
else if(app == "fdisk")
@@ -47,7 +47,7 @@ void wpPartManSel::receivedDataLine(QString data, QString line)
else if(app == "gparted")
{
title = tr("GParted");
- desc = tr("GParted is the Gnome Partition Editor application. It has a Graphical User Interface.");
+ desc = tr("GParted is the Gnome Partition Editor application. It has a Graphical User Interface. [recommended]");
icon = "gparted";
}
else if(app == "qtparted")