Skip to content

Commit

Permalink
fix #2826
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13752 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Jun 20, 2010
1 parent 7751f05 commit 8e3f0e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion i18n/qgis_de.ts
Expand Up @@ -6412,7 +6412,7 @@ Bitte nehmen Sie Kontakt zu den Entwicklern auf.</translation>
</message>
<message>
<location filename="../src/app/qgisapp.cpp" line="1025"/>
<source>Save edits to current layer , but continue editing</source>
<source>Save edits to current layer, but continue editing</source>
<translation>Speichert Änderungen und bleibt im Bearbeitungsmodus</translation>
</message>
<message>
Expand Down
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -1022,7 +1022,7 @@ void QgisApp::createActions()

mActionSaveEdits = new QAction( getThemeIcon( "mActionSaveEdits.png" ), tr( "Save edits" ), this );
shortcuts->registerAction( mActionSaveEdits );
mActionSaveEdits->setStatusTip( tr( "Save edits to current layer , but continue editing" ) );
mActionSaveEdits->setStatusTip( tr( "Save edits to current layer, but continue editing" ) );
connect( mActionSaveEdits, SIGNAL( triggered() ), this, SLOT( saveEdits() ) );
mActionSaveEdits->setEnabled( false );

Expand Down

0 comments on commit 8e3f0e0

Please sign in to comment.