[Bug 2109335] Re: Incomplete strings in language file

Launchpad Bug Tracker 2109335 at bugs.launchpad.net
Fri Jul 25 14:38:51 UTC 2025


This bug was fixed in the package ubuntu-release-upgrader - 1:25.10.6

---------------
ubuntu-release-upgrader (1:25.10.6) questing; urgency=medium

  [ John Chittum ]
  * declare dependency on screen for release-upgrader-core.
    screen was seeded until Questing. (LP: #2116874)

  [ Nick Rosbrook ]
  * DistUpgradeCache: fix formatted translation strings (LP: #2109335)
  * Run pre-build.sh: updating mirrors and translations.

 -- John Chittum <john.chittum at canonical.com>  Wed, 16 Jul 2025 13:06:12
-0400

** Changed in: ubuntu-release-upgrader (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ubuntu-release-upgrader in
Ubuntu.
https://bugs.launchpad.net/bugs/2109335

Title:
  Incomplete strings in language file

Status in ubuntu-release-upgrader package in Ubuntu:
  Fix Released

Bug description:
  There are two messages in the source file which are present as
  incomplete strings in the language file.

  Strings in the source file (./DistUpgrade/DistUpgradeCache.py):

  msg = _(
      f'The package {self.package} is marked for removal '
      'but it is in the removal deny list.'
  )

  msg += _(
      '\n\nTo prevent data loss, postgresql packages are not removed '
      'automatically during the upgrade. If you are certain you '
      f'no longer need {self.package}, you can manually remove it '
      'and try the upgrade again.'
  )

  
  Strings in the language file (./po/ubuntu-release-upgrader.pot):

  #: ../DistUpgrade/DistUpgradeCache.py:58
  msgid "but it is in the removal deny list."
  msgstr ""

  #: ../DistUpgrade/DistUpgradeCache.py:65
  msgid ""
  "\n"
  "\n"
  "To prevent data loss, postgresql packages are not removed automatically "
  "during the upgrade. If you are certain you "
  msgstr ""

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/2109335/+subscriptions




More information about the foundations-bugs mailing list