From 619e82e5d349d2a7131e62eb7e78344312563abd Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Thu, 28 Jan 2016 13:03:22 +0100 Subject: [PATCH] Fixup string. --- src/modules/partition/gui/DeviceInfoWidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/partition/gui/DeviceInfoWidget.cpp b/src/modules/partition/gui/DeviceInfoWidget.cpp index b1cb37917..dc4473521 100644 --- a/src/modules/partition/gui/DeviceInfoWidget.cpp +++ b/src/modules/partition/gui/DeviceInfoWidget.cpp @@ -138,7 +138,7 @@ DeviceInfoWidget::setPartitionTableType( PartitionTable::TableType type ) "systems which start from a BIOS boot " "environment. GPT is recommended in most other cases.

" "Warning: the MBR partition table " - "is an obsolete standard.
" + "is an obsolete MS-DOS era standard.
" "Only 4 primary partitions may be created, and of " "those 4, one can be an extended partition, which " "may in turn contain many logical partitions." );