File: sarge.patch

package info (click to toggle)
software-properties 0.60.debian-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 5,080 kB
  • ctags: 285
  • sloc: python: 3,059; xml: 1,571; makefile: 27
file content (15 lines) | stat: -rw-r--r-- 999 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: software-properties-0.60.debian/softwareproperties/gtk/DialogAdd.py
===================================================================
--- software-properties-0.60.debian.orig/softwareproperties/gtk/DialogAdd.py	2010-10-25 23:28:21.486767481 +0200
+++ software-properties-0.60.debian/softwareproperties/gtk/DialogAdd.py	2010-10-25 23:29:27.358761295 +0200
@@ -55,8 +55,8 @@
                                    distro.codename,
                                    distro.source_template.components[0].name)
     else:
-        example = "deb http://ftp.debian.org sarge main"
-    # L10N: the example is of the format: deb http://ftp.debian.org sarge main
+        example = "deb http://ftp.debian.org squeeze main"
+    # L10N: the example is of the format: deb http://ftp.debian.org squeeze main
     msg = _("The APT line includes the type, location and components of a "
             "repository, for example  '%s'.") % ("<i>%s</i>" % example)
     self.label_example_line.set_label(msg)