summaryrefslogtreecommitdiff
path: root/DistUpgrade/DistUpgradeViewGtk.py
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-10-02 14:54:33 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-10-02 14:54:33 +0200
commita0c3aaac68bfbc210c729db95e3ee92f76e886b7 (patch)
tree13c981292aa5ae86dff2dfe4f93fa57775266a0d /DistUpgrade/DistUpgradeViewGtk.py
parent6a04c04bbe1639c732a250ab003d6e2b29bffc90 (diff)
parentee0ae3876d6e3afc36197fb922c6fdab2dd04688 (diff)
downloadpython-apt-a0c3aaac68bfbc210c729db95e3ee92f76e886b7.tar.gz
* merged from glatzor
Diffstat (limited to 'DistUpgrade/DistUpgradeViewGtk.py')
-rw-r--r--DistUpgrade/DistUpgradeViewGtk.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/DistUpgrade/DistUpgradeViewGtk.py b/DistUpgrade/DistUpgradeViewGtk.py
index 69a3e586..1744a0f2 100644
--- a/DistUpgrade/DistUpgradeViewGtk.py
+++ b/DistUpgrade/DistUpgradeViewGtk.py
@@ -200,9 +200,8 @@ class GtkInstallProgressAdapter(InstallProgress):
logging.debug("got a conffile-prompt from dpkg for file: '%s'" % current)
#self.expander.set_expanded(True)
prim = _("Replace the customized configuration file\n'%s'?") % current
- sec = _("You will loose all customizations, that have been made by "
- "yourself or by a script, if you replace the file by its "
- "latest version.")
+ sec = _("You will lose any local changes to this file "
+ "if you replace this file with the latest version.")
markup = "<span weight=\"bold\" size=\"larger\">%s </span> \n\n%s" % (prim, sec)
self.parent.label_conffile.set_markup(markup)
self.parent.dialog_conffile.set_transient_for(self.parent.window_main)