diff options
| author | su_v <suv-sf@users.sourceforge.net> | 2012-11-26 06:29:21 +0000 |
|---|---|---|
| committer | ~suv <suv-sf@users.sourceforge.net> | 2012-11-26 06:29:21 +0000 |
| commit | ab63da7c5449a97ca9eb698b0d461184464c26c8 (patch) | |
| tree | 020b3057c610d593fdbb6c11a57625e787df7f81 /src/ui/dialog/layers.cpp | |
| parent | The label should really say "Stops:", just like its verb. (diff) | |
| download | inkscape-ab63da7c5449a97ca9eb698b0d461184464c26c8.tar.gz inkscape-ab63da7c5449a97ca9eb698b0d461184464c26c8.zip | |
Fix undo history entry for layer renaming to be consistent with 'Rename Layer' dialog
(bzr r11903)
Diffstat (limited to 'src/ui/dialog/layers.cpp')
| -rw-r--r-- | src/ui/dialog/layers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/layers.cpp b/src/ui/dialog/layers.cpp index ffdf27b62..4f7b8f27c 100644 --- a/src/ui/dialog/layers.cpp +++ b/src/ui/dialog/layers.cpp @@ -743,7 +743,7 @@ void LayersPanel::_renameLayer(Gtk::TreeModel::Row row, const Glib::ustring& nam if ( !name.empty() && (!oldLabel || name != oldLabel) ) { _desktop->layer_manager->renameLayer( obj, name.c_str(), FALSE ); DocumentUndo::done( _desktop->doc() , SP_VERB_NONE, - _("Renamed layer")); + _("Rename layer")); } } |
