diff options
| author | Sebastian Heinlein <sebi@sebi-pc> | 2006-09-30 02:15:17 +0200 |
|---|---|---|
| committer | Sebastian Heinlein <sebi@sebi-pc> | 2006-09-30 02:15:17 +0200 |
| commit | ee0ae3876d6e3afc36197fb922c6fdab2dd04688 (patch) | |
| tree | 6190fc7f854285fb8d2188d90a5f1092ccef819a | |
| parent | 2828d69c65668115dd39a46f921ef59086168556 (diff) | |
| download | python-apt-ee0ae3876d6e3afc36197fb922c6fdab2dd04688.tar.gz | |
* improve the grammar - fix #63039
| -rw-r--r-- | DistUpgrade/DistUpgradeViewGtk.py | 5 |
1 files 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 = "<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) |
