This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +30
-8
lines changed
GitHub.InlineReviews/Services
GitHub.VisualStudio.UI/Views/GitHubPane Expand file tree Collapse file tree 4 files changed +30
-8
lines changed Original file line number Diff line number Diff line change @@ -113,8 +113,8 @@ void NoRemoteOriginCallout()
113113 }
114114
115115 var calloutId = Guids . NoRemoteOriginCalloutId ;
116- var title = "Can't find GitHub URL for repository" ;
117- var message = $ "Repositories must have a remote called `origin` defined in order to locate their GitHub URL." ;
116+ var title = Resources . CantFindGitHubUrlForRepository ;
117+ var message = Resources . RepositoriesMustHaveRemoteOrigin ;
118118 var isDismissable = true ;
119119 var commandSet = Guids . guidGitHubCmdSet ;
120120 var commandId = ( uint ) PkgCmdIDList . showGitHubPaneCommand ;
Original file line number Diff line number Diff line change @@ -836,4 +836,10 @@ https://git-scm.com/download/win</value>
836836 <data name =" YouHaveAlreadyClonedToThisLocation" xml : space =" preserve" >
837837 <value >You have already cloned to this location. Click 'Open' to open the local repository.</value >
838838 </data >
839+ <data name =" CantFindGitHubUrlForRepository" xml : space =" preserve" >
840+ <value >Can't find GitHub URL for repository</value >
841+ </data >
842+ <data name =" RepositoriesMustHaveRemoteOrigin" xml : space =" preserve" >
843+ <value >Repositories must have a remote called "origin" defined in order to locate their GitHub URL.</value >
844+ </data >
839845</root >
Original file line number Diff line number Diff line change 3030 Foreground =" {DynamicResource GitHubVsWindowText}"
3131 HorizontalAlignment =" Center"
3232 FontSize =" 16"
33- Content =" Can't find GitHub URL for repository" />
33+ Content =" {x:Static ghfvs:Resources.CantFindGitHubUrlForRepository}" />
34+
3435 <TextBlock
36+ Text =" {x:Static ghfvs:Resources.RepositoriesMustHaveRemoteOrigin}"
3537 TextWrapping =" Wrap"
3638 TextAlignment =" Center"
37- HorizontalAlignment =" Center" >
38- <Run Text =" Repositories must have a remote named " />
39- <Run FontStyle =" Italic" Text =" origin" />
40- <Run Text =" in order to locate their GitHub URL." />
41- </TextBlock >
39+ HorizontalAlignment =" Center" />
4240 </StackPanel >
4341 </DockPanel >
4442</local : GenericNoRemoteOriginView >
You can’t perform that action at this time.
0 commit comments