Commit 9f414773 authored by sumpfralle's avatar sumpfralle

minimal label fixes


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@1237 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent 4f3d5f8c
...@@ -33,8 +33,8 @@ ...@@ -33,8 +33,8 @@
</child> </child>
</object> </object>
<object class="GtkToggleAction" id="Toggle3DView"> <object class="GtkToggleAction" id="Toggle3DView">
<property name="label">3D _View Window</property> <property name="label">3D _View</property>
<property name="short_label">3D _View Window</property> <property name="short_label">3D _View</property>
<property name="tooltip">Display the model in the 3D view window.</property> <property name="tooltip">Display the model in the 3D view window.</property>
</object> </object>
<object class="GtkFrame" id="OpenGLPrefTab"> <object class="GtkFrame" id="OpenGLPrefTab">
......
...@@ -795,8 +795,8 @@ Note: The Windows standalone executable does not support parallel processing. Pl ...@@ -795,8 +795,8 @@ Note: The Windows standalone executable does not support parallel processing. Pl
</child> </child>
</object> </object>
<object class="GtkToggleAction" id="ToggleProcessPoolWindow"> <object class="GtkToggleAction" id="ToggleProcessPoolWindow">
<property name="label">_Process Pool Window</property> <property name="label">_Process Pool</property>
<property name="short_label">_Process Pool Window</property> <property name="short_label">_Process Pool</property>
<property name="tooltip">Show the current pool of workers</property> <property name="tooltip">Show the current pool of workers</property>
</object> </object>
</interface> </interface>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment