Skip to content

Commit

Permalink
Rename "Extract manually" to "Extract gallery"
Browse files Browse the repository at this point in the history
  • Loading branch information
DineshSolanki committed Jul 24, 2024
1 parent 27b0c15 commit 8884356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FoliCon/Views/ProSearchResult.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<Image.ContextMenu>
<ContextMenu>
<MenuItem
Header="{extension:Lang Key={x:Static langs:LangKeys.ExtractManually}}"
Header="{extension:Lang Key={x:Static langs:LangKeys.ExtractGallery}}"
Command="{Binding Value.ExtractManuallyCommand,
Source={StaticResource Proxy}}"
CommandParameter="{Binding PlacementTarget.Tag.DeviationId, RelativeSource={RelativeSource Mode=FindAncestor, AncestorType=ContextMenu}}" />
Expand Down

0 comments on commit 8884356

Please sign in to comment.