Skip to content

Commit

Permalink
Rename Save as style to Save in symbol library
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Mar 31, 2013
1 parent 05506e3 commit 8ba1999
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/gui/symbology-ng/qgssymbolslistwidget.cpp
Expand Up @@ -73,7 +73,7 @@ QgsSymbolsListWidget::QgsSymbolsListWidget( QgsSymbolV2* symbol, QgsStyleV2* sty
QMenu *styleMenu = new QMenu( btnStyle );
QAction *styleMgrAction = new QAction( "Style Manager", styleMenu );
styleMenu->addAction( styleMgrAction );
QAction *saveStyle = new QAction( "Save as style", styleMenu );
QAction *saveStyle = new QAction( "Save in symbol library...", styleMenu );
styleMenu->addAction( saveStyle );
connect( styleMgrAction, SIGNAL( triggered() ), this, SLOT( openStyleManager() ) );
connect( saveStyle, SIGNAL( triggered() ), this, SLOT( addSymbolToStyle() ) );
Expand Down
2 changes: 1 addition & 1 deletion src/ui/symbollayer/widget_symbolslist.ui
Expand Up @@ -336,7 +336,7 @@
<item>
<widget class="QPushButton" name="btnStyle">
<property name="text">
<string>Style</string>
<string>Symbol</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 8ba1999

Please sign in to comment.