File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ public string ItemTooltipText
47
47
if ( ! string . IsNullOrWhiteSpace ( FileSize ) )
48
48
tooltipBuilder . Append ( $ "{ Environment . NewLine } { "SizeLabel" . GetLocalizedResource ( ) } { FileSize } ") ;
49
49
if ( ! string . IsNullOrWhiteSpace ( DimensionsDisplay ) )
50
- tooltipBuilder . Append ( $ "{ Environment . NewLine } { "PropertyDimensions " . GetLocalizedResource ( ) } : { DimensionsDisplay } ") ;
50
+ tooltipBuilder . Append ( $ "{ Environment . NewLine } { "PropertyDimensionsColon " . GetLocalizedResource ( ) } { DimensionsDisplay } ") ;
51
51
if ( SyncStatusUI . LoadSyncStatus )
52
- tooltipBuilder . Append ( $ "{ Environment . NewLine } { "syncStatusColumn/Header " . GetLocalizedResource ( ) } : { syncStatusUI . SyncStatusString } ") ;
52
+ tooltipBuilder . Append ( $ "{ Environment . NewLine } { "StatusWithColon " . GetLocalizedResource ( ) } { syncStatusUI . SyncStatusString } ") ;
53
53
54
54
return tooltipBuilder . ToString ( ) ;
55
55
}
Original file line number Diff line number Diff line change 396
396
<data name =" HoursAgo" xml : space =" preserve" >
397
397
<value >{0, plural, one {# hour ago} other {# hours ago}}</value >
398
398
</data >
399
- <data name =" HoursAgo_Singular" xml : space =" preserve" >
399
+ <data name =" HoursAgo_Singular" xml : space =" preserve" >
400
400
<value >1 hour ago</value >
401
401
</data >
402
402
<data name =" HoursAgo_Plural" xml : space =" preserve" >
512
512
<data name =" TabStripDragAndDropUIOverrideCaption" xml : space =" preserve" >
513
513
<value >Move tab here</value >
514
514
</data >
515
- <data name =" syncStatusColumn.Header " xml : space =" preserve" >
515
+ <data name =" Status " xml : space =" preserve" >
516
516
<value >Status</value >
517
517
</data >
518
518
<data name =" SettingsPreferencesSystemDefaultLanguageOption" xml : space =" preserve" >
3853
3853
<data name =" EditInNotepadDescription" xml : space =" preserve" >
3854
3854
<value >Edit the selected file in Notepad</value >
3855
3855
</data >
3856
+ <data name =" PropertyDimensionsColon" xml : space =" preserve" >
3857
+ <value >Dimensions:</value >
3858
+ </data >
3859
+ <data name =" StatusWithColon" xml : space =" preserve" >
3860
+ <value >Status:</value >
3861
+ </data >
3856
3862
</root >
Original file line number Diff line number Diff line change 870
870
HorizontalContentAlignment=" Left"
871
871
Command=" {x:Bind UpdateSortOptionsCommand, Mode=OneWay}"
872
872
CommandParameter=" SyncStatus"
873
- Header=" {helpers:ResourceString Name=syncStatusColumn/Header }"
873
+ Header=" {helpers:ResourceString Name=Status }"
874
874
Visibility=" {x:Bind ColumnsViewModel.StatusColumn.Visibility, Mode=OneWay}" />
875
875
876
876
<!-- (Divider) -->
You can’t perform that action at this time.
0 commit comments