Skip to content

Commit 257ee9c

Browse files
committedApr 20, 2013
Remove project wording from Project menu
1 parent 5c533bf commit 257ee9c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎src/ui/qgisapp.ui

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
</property>
5656
<widget class="QMenu" name="mRecentProjectsMenu">
5757
<property name="title">
58-
<string>&amp;Open Recent Projects</string>
58+
<string>&amp;Open Recent</string>
5959
</property>
6060
</widget>
6161
<widget class="QMenu" name="mPrintComposersMenu">
@@ -65,7 +65,7 @@
6565
</widget>
6666
<widget class="QMenu" name="mProjectFromTemplateMenu">
6767
<property name="title">
68-
<string>New Project From Template</string>
68+
<string>New From Template</string>
6969
</property>
7070
</widget>
7171
<addaction name="mActionNewProject"/>
@@ -475,7 +475,7 @@
475475
<normaloff>:/images/themes/default/mActionFileNew.png</normaloff>:/images/themes/default/mActionFileNew.png</iconset>
476476
</property>
477477
<property name="text">
478-
<string>&amp;New Project</string>
478+
<string>&amp;New</string>
479479
</property>
480480
<property name="shortcut">
481481
<string>Ctrl+N</string>
@@ -487,7 +487,7 @@
487487
<normaloff>:/images/themes/default/mActionFileOpen.png</normaloff>:/images/themes/default/mActionFileOpen.png</iconset>
488488
</property>
489489
<property name="text">
490-
<string>&amp;Open Project...</string>
490+
<string>&amp;Open...</string>
491491
</property>
492492
<property name="shortcut">
493493
<string>Ctrl+O</string>
@@ -499,7 +499,7 @@
499499
<normaloff>:/images/themes/default/mActionFileSave.png</normaloff>:/images/themes/default/mActionFileSave.png</iconset>
500500
</property>
501501
<property name="text">
502-
<string>&amp;Save Project</string>
502+
<string>&amp;Save</string>
503503
</property>
504504
<property name="shortcut">
505505
<string>Ctrl+S</string>
@@ -511,7 +511,7 @@
511511
<normaloff>:/images/themes/default/mActionFileSaveAs.png</normaloff>:/images/themes/default/mActionFileSaveAs.png</iconset>
512512
</property>
513513
<property name="text">
514-
<string>Save Project &amp;As...</string>
514+
<string>Save &amp;As...</string>
515515
</property>
516516
<property name="shortcut">
517517
<string>Ctrl+Shift+S</string>

0 commit comments

Comments
 (0)
Please sign in to comment.