From 6964a4f5d95120754d37c14a60793c898eb57c55 Mon Sep 17 00:00:00 2001 From: Masato TOYOSHIMA Date: Sun, 15 Dec 2024 18:26:15 +0900 Subject: [PATCH] [Partition] Fixed message for Replace destination partition use shortVersionedName as first argument. choicepage.cpp has 1 instances where %1 is not defined. --- src/modules/partition/gui/ChoicePage.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/partition/gui/ChoicePage.cpp b/src/modules/partition/gui/ChoicePage.cpp index 17c6af3b3..2c7b8376c 100644 --- a/src/modules/partition/gui/ChoicePage.cpp +++ b/src/modules/partition/gui/ChoicePage.cpp @@ -1790,7 +1790,8 @@ ChoicePage::updateActionDescriptionsTr() "currently present on the selected storage device." ) ); m_replaceButton->setText( tr( "Replace a partition
" - "Replaces a partition with %1." ) ); + "Replaces a partition with %1." ) + .arg( Calamares::Branding::instance()->shortVersionedName() ) ); } if ( m_osproberEntriesCount < 0 ) {