Skip to content

Commit 4a6108f

Browse files
committed
Rename "Copy Settings" to "Copy Camera Settings" on iOS
1 parent 7f26b67 commit 4a6108f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Viewer/iOS/DocumentViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ final class DocumentViewController: UIViewController {
452452
self?.toggleAxes()
453453
},
454454
UIAction(
455-
title: "Copy Settings",
455+
title: "Copy Camera Settings",
456456
image: nil,
457457
identifier: nil,
458458
discoverabilityTitle: nil,

docs/src/camera-control-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Roll | Pinch, then rotate fingers
2222

2323
## Copy Settings
2424

25-
It can be difficult to visualize the effect that a given position or orientation will have when defining a [custom camera](cameras.md#custom-cameras). A good solution is to use touch gestures to position the camera, then select `Copy Settings` from the camera menu.
25+
It can be difficult to visualize the effect that a given position or orientation will have when defining a [custom camera](cameras.md#custom-cameras). A good solution is to use touch gestures to position the camera, then select `Copy Camera Settings` from the camera menu.
2626

2727
This copies a snippet of ShapeScript code which you can then paste into your `.shape` file to create the custom camera.
2828

0 commit comments

Comments
 (0)