document which CC licence exactly is shown
(it’s a restricted one) advances #100
This commit is contained in:
parent
f1177d42df
commit
5a7f8a59a1
2 changed files with 3 additions and 3 deletions
|
@ -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 "
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue