diff options
author | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-02-12 02:59:52 -0700 |
---|---|---|
committer | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-03-20 14:56:32 -0700 |
commit | a0e03c41c034ddbc330789c7639f02a4a8ac1a10 (patch) | |
tree | a319816a81c0f78075b0c0a1da77a077e1adda97 /launcher/ui/dialogs | |
parent | a1053a4c5ac8651be3b57814918e28179eb2a1f9 (diff) | |
download | PrismLauncher-a0e03c41c034ddbc330789c7639f02a4a8ac1a10.tar.gz PrismLauncher-a0e03c41c034ddbc330789c7639f02a4a8ac1a10.tar.bz2 PrismLauncher-a0e03c41c034ddbc330789c7639f02a4a8ac1a10.zip |
fix: typos
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'launcher/ui/dialogs')
-rw-r--r-- | launcher/ui/dialogs/CopyInstanceDialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/dialogs/CopyInstanceDialog.ui b/launcher/ui/dialogs/CopyInstanceDialog.ui index 58442f73..009f5b88 100644 --- a/launcher/ui/dialogs/CopyInstanceDialog.ui +++ b/launcher/ui/dialogs/CopyInstanceDialog.ui @@ -305,7 +305,7 @@ <item row="2" column="0"> <widget class="QCheckBox" name="symbolicLinksCheckbox"> <property name="text"> - <string>Use symbloic links</string> + <string>Use symbolic links</string> </property> <property name="toolTip"> <string>Use symbolic links instead of copying files.</string> |