From ee0ae3876d6e3afc36197fb922c6fdab2dd04688 Mon Sep 17 00:00:00 2001 From: Sebastian Heinlein Date: Sat, 30 Sep 2006 02:15:17 +0200 Subject: * improve the grammar - fix #63039 --- DistUpgrade/DistUpgradeViewGtk.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/DistUpgrade/DistUpgradeViewGtk.py b/DistUpgrade/DistUpgradeViewGtk.py index 1385d18f..2b0914f4 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 = "%s \n\n%s" % (prim, sec) self.parent.label_conffile.set_markup(markup) self.parent.dialog_conffile.set_transient_for(self.parent.window_main) -- cgit v1.2.3