We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10a332d commit 23f9cc5Copy full SHA for 23f9cc5
2 files changed
quickedit/src/main/java/com/abizer_r/quickedit/ui/editorScreen/bottomToolbar/BottomToolbar.kt
@@ -166,7 +166,7 @@ fun ToolbarItem(
166
167
is BottomToolbarItem.PanItem -> Pair(
168
Icons.Outlined.PanTool,
169
- stringResource(id = R.string.pan)
+ stringResource(id = R.string.zoom)
170
)
171
172
is BottomToolbarItem.TextFormat -> Pair(
quickedit/src/main/res/values/strings.xml
@@ -7,6 +7,7 @@
7
<string name="font">Font</string>
8
<string name="brush">Brush</string>
9
<string name="pan">Pan</string>
10
+ <string name="zoom">Zoom</string>
11
<string name="shape">Shape</string>
12
<string name="eraser">Eraser</string>
13
<string name="crop">Crop</string>
0 commit comments