Skip to content

Commit

Permalink
Improve the add-in description and add translator comments
Browse files Browse the repository at this point in the history
Bug: #992420
  • Loading branch information
cameronwhite committed Dec 24, 2023
1 parent 739da33 commit ca6529a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BlockBrush/.addin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Addin id="BlockBrush" version="0.2.1" category="Brushes">
<Header>
<Name>Block Brush</Name>
<Description>A brush similar to the block brush in GIMP.</Description>
<Description>A rectangular block-shaped brush.</Description>
<Author>Pinta Project</Author>
<Url>https://github.com/PintaProject/BlockBrush</Url>
</Header>
Expand Down
8 changes: 4 additions & 4 deletions BlockBrush/Resources/Language.resx
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,14 @@
</resheader>
<data name="Block" xml:space="preserve">
<value>Block</value>
<comment>This refers to a block-shaped brush</comment>
<comment>This refers to a rectangular block-shaped paintbrush</comment>
</data>
<data name="Block Brush" xml:space="preserve">
<value>Block Brush</value>
<comment/>
<comment>This refers to a rectangular block-shaped paintbrush</comment>
</data>
<data name="A brush similar to the block brush in GIMP." xml:space="preserve">
<value>A brush similar to the block brush in GIMP.</value>
<data name="A rectangular block-shaped brush." xml:space="preserve">
<value>A rectangular block-shaped brush.</value>
<comment/>
</data>
</root>

0 comments on commit ca6529a

Please sign in to comment.