diff options
| author | Luca Bruno <lucab@debian.org> | 2007-09-13 07:30:19 +0000 |
|---|---|---|
| committer | luca_bruno <luca_bruno@users.sourceforge.net> | 2007-09-13 07:30:19 +0000 |
| commit | 141e1451947f9cff7b5fca5cb8a07b88ca159859 (patch) | |
| tree | 35673997bd88df732bca910ddd61ab3f30c90742 /src/widgets/select-toolbar.cpp | |
| parent | r16572@tres: ted | 2007-09-12 21:55:43 -0700 (diff) | |
| download | inkscape-141e1451947f9cff7b5fca5cb8a07b88ca159859.tar.gz inkscape-141e1451947f9cff7b5fca5cb8a07b88ca159859.zip | |
* Marking empty strings as non-translatable
(bzr r3742)
Diffstat (limited to 'src/widgets/select-toolbar.cpp')
| -rw-r--r-- | src/widgets/select-toolbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/select-toolbar.cpp b/src/widgets/select-toolbar.cpp index be81617de..3c8028817 100644 --- a/src/widgets/select-toolbar.cpp +++ b/src/widgets/select-toolbar.cpp @@ -461,7 +461,7 @@ void sp_select_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GOb gtk_action_group_add_action( selectionActions, GTK_ACTION(eact) ); // Add the units menu. - act = tracker->createAction( "UnitsAction", _("Units"), _("") ); + act = tracker->createAction( "UnitsAction", _("Units"), ("") ); gtk_action_group_add_action( selectionActions, act ); g_object_set_data( G_OBJECT(spw), "selectionActions", selectionActions ); |
