File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 "command.push" : " Push" ,
2828 "command.pushTo" : " Push to..." ,
2929 "command.sync" : " Sync" ,
30- "command.publish" : " Publish" ,
30+ "command.publish" : " Publish Branch " ,
3131 "command.showOutput" : " Show Git Output" ,
3232 "config.enabled" : " Whether git is enabled" ,
3333 "config.path" : " Path to the git executable" ,
Original file line number Diff line number Diff line change @@ -114,11 +114,11 @@ class SyncStatusBar {
114114 text += `${ HEAD . behind } ↓ ${ HEAD . ahead } ↑` ;
115115 }
116116 command = 'git.sync' ;
117- tooltip = localize ( 'sync changes' , "Synchronize changes " ) ;
117+ tooltip = localize ( 'sync changes' , "Synchronize Changes " ) ;
118118 } else {
119119 icon = '$(cloud-upload)' ;
120120 command = 'git.publish' ;
121- tooltip = localize ( 'publish changes' , "Publish changes " ) ;
121+ tooltip = localize ( 'publish changes' , "Publish Changes " ) ;
122122 }
123123 } else {
124124 command = '' ;
@@ -128,7 +128,7 @@ class SyncStatusBar {
128128 if ( this . state . isSyncRunning ) {
129129 icon = '$(sync~spin)' ;
130130 command = '' ;
131- tooltip = localize ( 'syncing changes' , "Synchronizing changes ..." ) ;
131+ tooltip = localize ( 'syncing changes' , "Synchronizing Changes ..." ) ;
132132 }
133133
134134 return {
You can’t perform that action at this time.
0 commit comments