[Bug 971508] [NEW] string freeze exception for error message
Michael Vogt
michael.vogt at ubuntu.com
Mon Apr 2 12:51:21 UTC 2012
Public bug reported:
If sessioninstaller can not find a given pkg its currently doing nothing. This is not ideal as the user is in the dark about
what has happend.
Therefore I would like to ask for a string freeze exception for sessioninstaller that adds following error message(s):
...
+ header = gettext.ngettext("Could not find requested package",
+ "Could not find requested packages",
+ len(failed_packages))
+ if sender_name:
+ message = gettext.ngettext("%s requests to install the "
+ "following software package to "
+ "provide "
+ "additional features:",
+ "%s requests to install the "
+ "following "
+ "software packages to provide "
+ "additional features:",
+ len(packages)) % sender_name
+ else:
+ message = gettext.ngettext("The follwing software package "
+ "is required to provide "
+ "additional features but cannot "
+ "be installed:",
+ "The following software "
+ "packages are required to "
+ "provide "
+ "additional features but cannot "
+ "be installed:",
+ len(failed_packages))
...
Thanks!
Michael
** Affects: sessioninstaller (Ubuntu)
Importance: Medium
Status: New
** Changed in: sessioninstaller (Ubuntu)
Importance: Undecided => Medium
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to sessioninstaller in Ubuntu.
https://bugs.launchpad.net/bugs/971508
Title:
string freeze exception for error message
Status in “sessioninstaller” package in Ubuntu:
New
Bug description:
If sessioninstaller can not find a given pkg its currently doing nothing. This is not ideal as the user is in the dark about
what has happend.
Therefore I would like to ask for a string freeze exception for sessioninstaller that adds following error message(s):
...
+ header = gettext.ngettext("Could not find requested package",
+ "Could not find requested packages",
+ len(failed_packages))
+ if sender_name:
+ message = gettext.ngettext("%s requests to install the "
+ "following software package to "
+ "provide "
+ "additional features:",
+ "%s requests to install the "
+ "following "
+ "software packages to provide "
+ "additional features:",
+ len(packages)) % sender_name
+ else:
+ message = gettext.ngettext("The follwing software package "
+ "is required to provide "
+ "additional features but cannot "
+ "be installed:",
+ "The following software "
+ "packages are required to "
+ "provide "
+ "additional features but cannot "
+ "be installed:",
+ len(failed_packages))
...
Thanks!
Michael
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sessioninstaller/+bug/971508/+subscriptions
More information about the foundations-bugs
mailing list