diff options
-rw-r--r-- | perl-install/NEWS | 2 | ||||
-rwxr-xr-x | perl-install/standalone/drakedm | 2 |
2 files changed, 3 insertions, 1 deletions
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)"), ); |