Skip to content

Commit

Permalink
tell the user that the ignore file types use gitignore syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
oxygen-dioxide committed Feb 25, 2024
1 parent f107c0f commit 21baa1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenUtau/Strings/Strings.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ Warning: this option removes custom presets.</system:String>
<system:String x:Key="singers.playsample">Play sample</system:String>
<system:String x:Key="singers.publish">Publish Singer</system:String>
<system:String x:Key="singers.publish.description">Create an optimized zip package of your singer for distribution.</system:String>
<system:String x:Key="singers.publish.ignoretypes">Ignore these file types during packaging:</system:String>
<system:String x:Key="singers.publish.ignoretypes">Ignore these file types during packaging (gitignore syntax):</system:String>
<system:String x:Key="singers.publish.publish">Publish</system:String>
<system:String x:Key="singers.publish.useignore"> Use file type ignoring</system:String>
<system:String x:Key="singers.readme">Open readme.txt</system:String>
Expand Down

0 comments on commit 21baa1c

Please sign in to comment.