diff options
Diffstat (limited to 'launcher/ui/dialogs/CopyInstanceDialog.ui')
-rw-r--r-- | launcher/ui/dialogs/CopyInstanceDialog.ui | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/launcher/ui/dialogs/CopyInstanceDialog.ui b/launcher/ui/dialogs/CopyInstanceDialog.ui index e41ad526..d8eb96eb 100644 --- a/launcher/ui/dialogs/CopyInstanceDialog.ui +++ b/launcher/ui/dialogs/CopyInstanceDialog.ui @@ -240,17 +240,14 @@ </widget> </item> <item> - <widget class="QCheckBox" name="linkWorldsCheckbox"> + <widget class="QCheckBox" name="dontLinkSavesCheckbox"> <property name="toolTip"> - <string>World save data will be linked and thus shared between instances.</string> + <string>If "copy saves" is selected world save data will be copied instead of linked and thus not shared between instances.</string> </property> <property name="text"> - <string>Link worlds</string> + <string>Don't link saves</string> </property> <property name="checked"> - <bool>true</bool> - </property> - <property name="tristate"> <bool>false</bool> </property> </widget> |