diff --git a/src/lang/en_us.json b/src/lang/en_us.json index 1c024f8..4ff2288 100644 --- a/src/lang/en_us.json +++ b/src/lang/en_us.json @@ -322,7 +322,7 @@ "sync__mode_merge_tip_desc": "Merge the lists on both sides together, the same songs will be removed (removed is the merged song), and different songs will be added.", "sync__mode_other_label": "Other", "sync__mode_other_tip": "Other: ", - "sync__mode_other_tip_desc": "\"Cancel Sync\" will directly disconnect the two parties.", + "sync__mode_other_tip_desc": "\"Cancel Sync\" will not use list sync.", "sync__mode_overwrite": "Full coverage", "sync__mode_overwrite_btn_cancel": "Cancel sync", "sync__mode_overwrite_btn_local_remote": "Local list override remote list", diff --git a/src/lang/zh_cn.json b/src/lang/zh_cn.json index 8b5dd08..66b971f 100644 --- a/src/lang/zh_cn.json +++ b/src/lang/zh_cn.json @@ -322,7 +322,7 @@ "sync__mode_merge_tip_desc": "将两边的列表合并到一起,相同的歌曲将被去掉(去掉的是被合并者的歌曲),不同的歌曲将被添加。", "sync__mode_other_label": "其他", "sync__mode_other_tip": "其他: ", - "sync__mode_other_tip_desc": "“取消同步”将直接断开双方的连接。", + "sync__mode_other_tip_desc": "“取消同步”将不使用列表同步功能。", "sync__mode_overwrite": "完全覆盖", "sync__mode_overwrite_btn_cancel": "取消同步", "sync__mode_overwrite_btn_local_remote": "本机列表 覆盖 远程列表",