From d4ac5e714e82ae3ddb201bdd5d1a119ca7527c23 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 12 Aug 2016 23:54:39 +0200 Subject: adapt to the KDM -> SDDM switch so that we have a translation for what's actually used --- perl-install/NEWS | 2 ++ perl-install/standalone/drakedm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/NEWS b/perl-install/NEWS index 34c8c5a10..5b1494d37 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +-drakedm: + o translate SDDM instead of KDM - filesharelist: o fix checking package is installed (mga#13353) o fix Samba package name (samba-server -> samba) diff --git a/perl-install/standalone/drakedm b/perl-install/standalone/drakedm index 5bb5beb15..a8be26875 100755 --- a/perl-install/standalone/drakedm +++ b/perl-install/standalone/drakedm @@ -39,7 +39,7 @@ my @list = map { my @_DESCRIPTIONS_for_i18n = ( N("GDM (GNOME Display Manager)"), - N("KDM (KDE Display Manager)"), + N("SDDM (Simple Desktop Display Manager)"), N("XDM (X Display Manager)"), ); -- cgit v1.2.1