document which CC licence exactly is shown

(it’s a restricted one)

advances #100
This commit is contained in:
mirabilos 2020-04-21 14:14:20 +02:00 committed by mirabilos
parent f1177d42df
commit 5a7f8a59a1
No known key found for this signature in database
GPG key ID: 8950C1895EB8D3B3
2 changed files with 3 additions and 3 deletions

View file

@ -58,8 +58,8 @@ CServerDlg::CServerDlg ( CServer* pNServP,
// CC licence dialog switch
chbUseCCLicence->setWhatsThis ( tr ( "<b>Show Creative Commons Licence "
"Dialog:</b> If enabled, a Creative Commons Licence dialog is shown "
"each time a new user connects the server." ) );
"Dialog:</b> If enabled, a Creative Commons BY-NC-SA 4.0 Licence "
"dialog is shown each time a new user connects the server." ) );
// Make My Server Public flag
chbRegisterServer->setWhatsThis ( tr ( "<b>Make My Server Public:</b> If "

View file

@ -56,7 +56,7 @@
<item>
<widget class="QCheckBox" name="chbUseCCLicence">
<property name="text">
<string>Show Creative Commons Licence Dialog</string>
<string>Show Creative Commons BY-NC-SA 4.0 Licence Dialog</string>
</property>
</widget>
</item>