Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3339541

Browse files
committedDec 18, 2023
Removed "Outline" from "outline_color" and "outline_size" for the default language
1 parent 2eefc0c commit 3339541

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎app/src/main/res/values/strings.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
<string name="italic">Italic</string>
5858
<string name="outline">Outline</string>
5959
<string name="color">Color</string>
60-
<string name="outline_color">Outline Color</string>
60+
<string name="outline_color">Color</string>
6161
<string name="size">Size</string>
6262
<string name="font">Font</string>
6363
<string name="text">Text</string>
64-
<string name="outline_size">Outline size</string>
64+
<string name="outline_size">Size</string>
6565
</resources>

0 commit comments

Comments
 (0)
Please sign in to comment.