[Bug 2109335] Re: Incomplete strings in language file
Launchpad Bug Tracker
2109335 at bugs.launchpad.net
Fri Apr 25 10:22:50 UTC 2025
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: ubuntu-release-upgrader (Ubuntu)
Status: New => Confirmed
--
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:
Confirmed
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