Skip to content

Commit 690fcc8

Browse files
committed
-
1 parent 00995b4 commit 690fcc8

File tree

10 files changed

+26
-26
lines changed

10 files changed

+26
-26
lines changed

garlicsim_wx/garlicsim_wx/misc/menu_bar/block_menu/block_menu.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ def _build(self):
2525

2626
self.split_button = self.Append(
2727
-1,
28-
'&Split active block...',
28+
'&Split Active Block...',
2929
" Split the active block into two separate blocks"
3030
)
3131
self.split_button.Enable(False)
3232

3333

3434
self.scatter_button = self.Append( # todo: rename
3535
-1,
36-
'S&catter active block...',
36+
'S&catter Active Block...',
3737
' Scatter the active block, leaving all its nodes blockless'
3838
)
3939
self.scatter_button.Enable(False)

garlicsim_wx/garlicsim_wx/misc/menu_bar/create_menu/create_menu.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def _build(self):
2525

2626
self.create_state_button = self.Append(
2727
-1,
28-
'Create &state...',
28+
'Create &State...',
2929
' Create a new state, which will become a root node in the tree'
3030
)
3131
frame.Bind(
@@ -40,7 +40,7 @@ def _build(self):
4040

4141
self.create_step_profile_button = self.Append(
4242
-1,
43-
'Create step &profile...',
43+
'Create Step &Profile...',
4444
' Create a new step profile, which can modify the world rules '
4545
'under which the simulation crunches'
4646
)

garlicsim_wx/garlicsim_wx/misc/menu_bar/edit_menu/edit_menu.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def _build(self):
9797

9898
self.invert_selection_button = self.Append(
9999
-1,
100-
'Invert selection\tCtrl+Shift+I',
100+
'Invert Selection\tCtrl+Shift+I',
101101
" Select all the nodes that aren't selected, and deselect those "
102102
"that are selected"
103103
)
@@ -109,7 +109,7 @@ def _build(self):
109109

110110
self.merge_to_blocks_button = self.Append(
111111
-1,
112-
'Merge to blocks where possible',
112+
'Merge to Blocks Where Possible',
113113
' Merge adjacant nodes to blocks, where possible'
114114
)
115115
self.merge_to_blocks_button.Enable(False)

garlicsim_wx/garlicsim_wx/misc/menu_bar/file_menu/file_menu.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def _build(self):
6969

7070
self.save_as_button = self.Append(
7171
wx.ID_SAVEAS,
72-
'Save &as...\tShift+Ctrl+S',
72+
'Save &As...\tShift+Ctrl+S',
7373
' Save the currently open simulation under a different name'
7474
)
7575
self.save_as_button.Enable(False)
@@ -80,7 +80,7 @@ def _build(self):
8080

8181
self.new_simpack_button = self.Append(
8282
-1,
83-
'New simpack...',
83+
'New Simpack...',
8484
' Create a new simulation package'
8585
)
8686
self.new_simpack_button.Enable(False)

garlicsim_wx/garlicsim_wx/misc/menu_bar/help_menu/help_menu.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def _build(self):
3838

3939
self.welcome_screen_button = self.Append(
4040
-1,
41-
'&Welcome screen',
41+
'&Welcome Screen',
4242
' Show the welcome screen'
4343
)
4444
self.welcome_screen_button.Enable(False)
@@ -50,7 +50,7 @@ def _build(self):
5050
self.online_resources_menu = OnlineResourcesMenu(frame)
5151
self.online_resources_menu_button = self.AppendMenu(
5252
-1,
53-
'&Online resources',
53+
'&Online Resources',
5454
self.online_resources_menu,
5555
' Use resources that require an internet connection'
5656
)

garlicsim_wx/garlicsim_wx/misc/menu_bar/help_menu/online_resources_menu/online_resources_menu.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def _build(self):
2929

3030
self.website_button = self.Append(
3131
-1,
32-
'Official &website',
32+
'Official &Website',
3333
' Open the official GarlicSim website in your browser'
3434
)
3535
frame.Bind(
@@ -41,7 +41,7 @@ def _build(self):
4141

4242
self.online_documentation_button = self.Append(
4343
-1,
44-
'Online &documentation',
44+
'Online &Documentation',
4545
" Open the online version of GarlicSim's documentation in your "
4646
"browser"
4747
)
@@ -54,7 +54,7 @@ def _build(self):
5454

5555
self.mailing_lists_button = self.Append(
5656
-1,
57-
'&Mailing lists',
57+
'&Mailing Lists',
5858
' Open the page with info about GarlicSim mailing lists '
5959
'in your browser'
6060
)
@@ -83,7 +83,7 @@ def _build(self):
8383

8484
self.github_button = self.Append(
8585
-1,
86-
'Code &repository',
86+
'Code &Repository',
8787
' Open the GitHub code repository for GarlicSim in your browser'
8888
)
8989
frame.Bind(

garlicsim_wx/garlicsim_wx/misc/menu_bar/node_menu/fork_by_crunching_using_menu/fork_by_crunching_using_menu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def _build(self):
3333

3434
self.new_step_profile_button = self.Append(
3535
-1,
36-
'&New step profile...',
36+
'&New Step Profile...',
3737
' Create a new step profile and fork with it'
3838
)
3939
frame.Bind(wx.EVT_MENU, self._on_new_step_profile_button,

garlicsim_wx/garlicsim_wx/misc/menu_bar/node_menu/node_menu.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def _build(self):
2727

2828
self.fork_by_editing_button = self.Append(
2929
-1,
30-
'Fork by &editing',
30+
'Fork by &Editing',
3131
" Fork the simulation by making a copy of the active node and "
3232
"editing it"
3333
)
@@ -41,7 +41,7 @@ def _build(self):
4141

4242
self.fork_by_crunching_button = self.Append(
4343
-1,
44-
'Fork by &crunching',
44+
'Fork by &Crunching',
4545
' Fork the simulation by crunching from the active node'
4646
)
4747
frame.Bind(
@@ -53,7 +53,7 @@ def _build(self):
5353
self.fork_by_crunching_using_menu = ForkByCrunchingUsingMenu(frame)
5454
self.fork_by_crunching_using_menu_button = self.AppendMenu(
5555
-1,
56-
'Fork by crunching &using',
56+
'Fork by Crunching &Using',
5757
self.fork_by_crunching_using_menu,
5858
' Fork by crunching from the active node using specified step '
5959
'profile'
@@ -65,7 +65,7 @@ def _build(self):
6565

6666
self.properties_button = self.Append(
6767
-1,
68-
'Node &properties',
68+
'Node &Properties',
6969
" See the active node's properties"
7070
)
7171
self.properties_button.Enable(False)
@@ -76,7 +76,7 @@ def _build(self):
7676

7777
self.delete_button = self.Append(
7878
-1,
79-
'&Delete active node...',
79+
'&Delete Active Node...',
8080
' Delete the active node'
8181
)
8282
self.delete_button.Enable(False)

garlicsim_wx/garlicsim_wx/misc/menu_bar/window_menu/window_menu.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def _build(self):
6262

6363
self.local_nodes_examiner_button = self.Append(
6464
-1,
65-
'&Local nodes examiner',
65+
'&Local Nodes Examiner',
6666
' Go to the local nodes examiner, which lets you manipulate '
6767
'tree nodes one-by-one'
6868
)
@@ -97,7 +97,7 @@ def _build(self):
9797

9898
self.seek_bar_button = self.Append(
9999
-1,
100-
'Seek-&bar',
100+
'Seek &Bar',
101101
' Go to the seek-bar, which lets you navigate the active timeline'
102102
)
103103

@@ -148,7 +148,7 @@ def _build(self):
148148

149149
self.tree_browser_button = self.Append(
150150
-1,
151-
'&Tree browser',
151+
'&Tree Browser',
152152
' Go to the tree browser, which lets you navigate the time tree'
153153
)
154154

garlicsim_wx/garlicsim_wx/misc/menu_bar/window_menu/workspace_menu/workspace_menu.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def _build(self):
2525

2626
self.save_workspace_button = self.Append(
2727
-1,
28-
'&Save workspace...',
28+
'&Save Workspace...',
2929
''' Save the current workspace configuration, so that it may be \
3030
recalled in the future'''
3131
)
@@ -34,7 +34,7 @@ def _build(self):
3434

3535
self.delete_workspace_button = self.Append(
3636
-1,
37-
'&Delete workspace...',
37+
'&Delete Workspace...',
3838
' Delete one of the saved workspace configurations'
3939
)
4040
self.delete_workspace_button.Enable(False)
@@ -45,7 +45,7 @@ def _build(self):
4545

4646
self.delete_workspace_button = self.Append(
4747
-1,
48-
'De&fault workspace',
48+
'De&fault Workspace',
4949
' Use the factory-default workspace configuration'
5050
)
5151
self.delete_workspace_button.Enable(False)

0 commit comments

Comments
 (0)