Rename tools: "Sample" to "Eyedropper", "Blur/Sharpen" to "Detail" (#87)

This commit is contained in:
Keavon Chambers
2021-05-07 02:47:38 -07:00
parent e28b5575f7
commit 825e6954df
8 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ default = ["console_error_panic_hook"]
[dependencies]
console_error_panic_hook = { version = "0.1.6", optional = true }
editor-core = { path = "../../../core/editor", package = "graphite-editor-core" }
wasm-bindgen = "0.2.72"
wasm-bindgen = "0.2.73"
log = "0.4"
[dev-dependencies]
+1 -1
View File
@@ -42,7 +42,7 @@ pub fn translate_tool(name: &str) -> Option<ToolType> {
Select,
Crop,
Navigate,
Sample,
Eyedropper,
Text,
Fill,
Gradient,