mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-29 16:14:59 +00:00
localization: use localized text for Show only my locks
checkbox (#515)
This commit is contained in:
parent
5d2a442144
commit
d34aa8cb7e
4 changed files with 4 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
|||
<!-- Filter and Unlock All -->
|
||||
<CheckBox Grid.Row="1"
|
||||
Margin="8,0,0,0"
|
||||
Content="Show only my locks"
|
||||
Content="{DynamicResource Text.GitLFS.Locks.OnlyMine}"
|
||||
IsChecked="{Binding ShowOnlyMyLocks, Mode=TwoWay}"
|
||||
VerticalAlignment="Center">
|
||||
<CheckBox.IsEnabled>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue