diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2010-10-24 13:13:58 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2010-10-24 13:13:58 +0000 |
| commit | ed27fb51c9334b0e85b3bc0c55a187673848150e (patch) | |
| tree | cbf4239016d3d1c2eea94335e1dd096c66b00ec2 /src/ui/widget/entity-entry.cpp | |
| parent | Fix paraxial pen tool: apply constraint even if we didn't snap (diff) | |
| download | inkscape-ed27fb51c9334b0e85b3bc0c55a187673848150e.tar.gz inkscape-ed27fb51c9334b0e85b3bc0c55a187673848150e.zip | |
i18n. Metadata labels now fully translatable (with colon).
(bzr r9848)
Diffstat (limited to 'src/ui/widget/entity-entry.cpp')
| -rw-r--r-- | src/ui/widget/entity-entry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/entity-entry.cpp b/src/ui/widget/entity-entry.cpp index e9f09f574..968e35b6c 100644 --- a/src/ui/widget/entity-entry.cpp +++ b/src/ui/widget/entity-entry.cpp @@ -56,7 +56,7 @@ EntityEntry::create (rdf_work_entity_t* ent, Gtk::Tooltips& tt, Registry& wr) } EntityEntry::EntityEntry (rdf_work_entity_t* ent, Gtk::Tooltips& tt, Registry& wr) -: _label(Glib::ustring(_(ent->title))+":", 1.0, 0.5), _packable(0), +: _label(Glib::ustring(_(ent->title)), 1.0, 0.5), _packable(0), _entity(ent), _tt(&tt), _wr(&wr) { } |
