From 5cae4e063288f0784dfe532857b3b0f5ec61261c Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Tue, 18 Nov 2014 02:48:58 +0100 Subject: [PATCH] partition: Don't assume that an unknown OS is Windows 7. Don't talk about "Windows 7 programs, documents, photos, music, and other files" when we actually have no idea what the other operating system is or when there are multiple ones. --- src/modules/partition/gui/ChoicePage.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/partition/gui/ChoicePage.cpp b/src/modules/partition/gui/ChoicePage.cpp index c1e294528..1711c5e12 100644 --- a/src/modules/partition/gui/ChoicePage.cpp +++ b/src/modules/partition/gui/ChoicePage.cpp @@ -158,7 +158,7 @@ ChoicePage::init( PartitionCoreModule* core, const OsproberEntryList& osproberEn string( Calamares::Branding::VersionedName ) ) ); eraseButton->setText( tr( "Erase disk and install %1
" - "Warning: This will delete all of your Windows 7 programs, " + "Warning: This will delete all of your programs, " "documents, photos, music, and any other files." ) .arg( Calamares::Branding::instance()-> string( Calamares::Branding::VersionedName ) ) ); @@ -194,7 +194,7 @@ ChoicePage::init( PartitionCoreModule* core, const OsproberEntryList& osproberEn string( Calamares::Branding::VersionedName ) ) ); eraseButton->setText( tr( "Erase disk and install %1
" - "Warning: This will delete all of your Windows 7 programs, " + "Warning: This will delete all of your programs, " "documents, photos, music, and any other files." ) .arg( Calamares::Branding::instance()-> string( Calamares::Branding::VersionedName ) ) );