Skip to content

Commit

Permalink
Added resource strings for height & width
Browse files Browse the repository at this point in the history
  • Loading branch information
puppetsw committed Feb 21, 2023
1 parent 5d61f9c commit 5e5fc62
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Files.App/Resources/PreviewPanePropertiesInformation.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,15 +193,15 @@
"ID": null
},
{
"NameResource": "PropertyFrameWidth",
"NameResource": "Width",
"SectionResource": "PropertySectionMedia",
"Property": "System.Video.FrameWidth",
"IsReadOnly": true,
"DisplayFunctionName": "FrameWidth",
"ID": null
},
{
"NameResource": "PropertyFrameHeight",
"NameResource": "Height",
"SectionResource": "PropertySectionMedia",
"Property": "System.Video.FrameHeight",
"IsReadOnly": true,
Expand Down
6 changes: 6 additions & 0 deletions src/Files.App/Strings/en-US/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -2958,4 +2958,10 @@
<data name="PlayAll" xml:space="preserve">
<value>Play all</value>
</data>
<data name="Height" xml:space="preserve">
<value>Height</value>
</data>
<data name="Width" xml:space="preserve">
<value>Width</value>
</data>
</root>

0 comments on commit 5e5fc62

Please sign in to comment.