This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed
GitHub.VisualStudio/UI/Views/Controls Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 156156 <data name =" gistCreationFailedMessage" xml : space =" preserve" >
157157 <value >Failed to create gist</value >
158158 </data >
159- <data name =" prOpenedByText " xml : space =" preserve" >
159+ <data name =" prUpdatedByText " xml : space =" preserve" >
160160 <value >by</value >
161161 </data >
162- <data name =" prOpenedText" xml : space =" preserve" >
163- <value >opened</value >
164- </data >
165162 <data name =" Options_PrivacyTitle" xml : space =" preserve" >
166163 <value >Privacy</value >
167164 </data >
383380
384381[Don't show this again](dont-show-again)</value >
385382 </data >
386- </root >
383+ <data name =" prUpdatedText" xml : space =" preserve" >
384+ <value >Updated</value >
385+ </data >
386+ </root >
Original file line number Diff line number Diff line change 123123 <TextBlock .Text>
124124 <MultiBinding StringFormat =" {} {0} {1} {2}" >
125125 <Binding Converter =" {ui:DurationToStringConverter}" Path =" UpdatedAt" />
126- <Binding Source =" {x:Static i18n:Resources.prOpenedByText }" />
126+ <Binding Source =" {x:Static i18n:Resources.prUpdatedByText }" />
127127 <Binding Path =" Author.Login" />
128128 </MultiBinding >
129129 </TextBlock .Text>
133133 <TextBlock >
134134 <TextBlock .Text>
135135 <MultiBinding StringFormat =" {} {0} {1} {2} {3}" >
136- <Binding Source =" {x:Static i18n:Resources.prOpenedText }" />
136+ <Binding Source =" {x:Static i18n:Resources.prUpdatedText }" />
137137 <Binding Converter =" {ui:DurationToStringConverter}" Path =" UpdatedAt" />
138- <Binding Source =" {x:Static i18n:Resources.prOpenedByText }" />
138+ <Binding Source =" {x:Static i18n:Resources.prUpdatedByText }" />
139139 <Binding Path =" Author.Login" />
140140 </MultiBinding >
141141 </TextBlock .Text>
You can’t perform that action at this time.
0 commit comments