Skip to content

Commit 5923f2c

Browse files
authored
Merge pull request #4 from kshetline/development
Minor wording change.
2 parents 432436c + 33053f2 commit 5923f2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ export class AppComponent implements OnInit {
211211
{ separator : true },
212212
{ label: $localize`Post-2018 colors`, icon: 'pi pi-circle', id: 'p18',
213213
command: (): boolean => this.post2018 = !this.post2018 },
214-
{ label: $localize`Lock sun to hand pointer`, icon: 'pi pi-circle', id: 'cns',
214+
{ label: $localize`Align sun to hand pointer`, icon: 'pi pi-circle', id: 'cns',
215215
command: (): boolean => this.constrainedSun = !this.constrainedSun },
216216
{ label: $localize`Translucent ecliptic`, icon: 'pi pi-circle', id: 'tec',
217217
command: (): boolean => this.translucentEcliptic = !this.translucentEcliptic },

0 commit comments

Comments
 (0)