From abb99260d2c1dea409cb2dc6d40f84ffaf237219 Mon Sep 17 00:00:00 2001 From: Sebastien Estienne Date: Thu, 6 Oct 2005 21:39:10 +0000 Subject: * 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 --- src/service-discovery-applet.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') 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 "] - translators = _("translator-credits") + authors = ["Sebastien Estienne ", "Sebastian Droge "] + translators = "translator-credits" if translators == "translator-credits": translators = None -- cgit