summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2005-10-06 21:39:10 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2005-10-06 21:39:10 +0000
commitabb99260d2c1dea409cb2dc6d40f84ffaf237219 (patch)
tree0c48adaf158326e7566247f1a6dff15bc14b2a92 /src
parent029418fb65ec525914994051fcebbd26e4b2aae3 (diff)
* correct some things in the french translation
* add slomo to the credits git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@55 3be567f1-68ff-0310-b24a-ad7cc433fd2f
Diffstat (limited to 'src')
-rwxr-xr-xsrc/service-discovery-applet.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/service-discovery-applet.in b/src/service-discovery-applet.in
index 83c4222..d5a2982 100755
--- a/src/service-discovery-applet.in
+++ b/src/service-discovery-applet.in
@@ -1,5 +1,6 @@
#!@PYTHON@
# -*-python-*-
+# -*- coding: utf-8 -*-
# Copyright (C) 2005 by Sebastien Estienne
#
# This file may be distributed and/or modified under the terms of
@@ -334,8 +335,8 @@ class ServiceDiscoveryApplet(gnomeapplet.Applet):
fullname = _("Zeroconf Service Discovery")
copyright = _("Copyright (C) 2005 Sebastien Estienne")
description = _("Shows Zeroconf Services on your local network and allows accessing them easily")
- authors = ["Sebastien Estienne <sebastien.estienne@gmail.com>"]
- translators = _("translator-credits")
+ authors = ["Sebastien Estienne <sebastien.estienne@gmail.com>", "Sebastian Droge <slomo@ubuntu.com>"]
+ translators = "translator-credits"
if translators == "translator-credits":
translators = None