diff options
Diffstat (limited to 'config/gdm.conf.in')
-rw-r--r-- | config/gdm.conf.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/config/gdm.conf.in b/config/gdm.conf.in index 325ac1a8..c11bab5b 100644 --- a/config/gdm.conf.in +++ b/config/gdm.conf.in @@ -224,7 +224,12 @@ ChooserButton=true # and wish to have this translated you can have entries such as # Welcome[cs]=Vitejte na %n # Just make sure the string is in utf-8 -Welcome=Welcome to %n +# Welcome is for all console logins and RemoteWelcome is for remote logins +# (through XDMCP). +# The default entries that are shipped are translated inside genius and +# are as follows: +Welcome=Welcome +RemoteWelcome=Welcome to %n # Don't allow user to move the standard greeter window. Only makes sense # if TitleBar is on LockPosition=false |