소스 검색

Update help icon text

Joeri Exelmans 2 년 전
부모
커밋
d805eb6bd8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/frontend/help_icons.tsx

+ 1 - 1
src/frontend/help_icons.tsx

@@ -31,7 +31,7 @@ export const graphEditorReadonly = makeInfoHoverCardIcon(<>
 
 export const rountangleEditor = makeInfoHoverCardIcon(<>
   <Text><b>Alt + Left-Click</b>: Create/Delete Rountangle</Text>
-  <Text><b>Left-Drag</b>: Move Rountangle</Text>
+  <Text><b>Left-Drag</b>: Move Rountangle / Pan Canvas</Text>
 </>);
 
 export const depGraph = makeInfoHoverCardIcon(<>