summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/objects.cpp
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2015-11-01 12:50:42 +0000
committerJazzyNico <nicoduf@yahoo.fr>2015-11-01 12:50:42 +0000
commit326bf4284ba296b71c9584962e2ec232a7a89fb3 (patch)
tree692ac75d3173fcbfed6bb78b442f2e532ceb152d /src/ui/dialog/objects.cpp
parentTypo fix (diff)
downloadinkscape-326bf4284ba296b71c9584962e2ec232a7a89fb3.tar.gz
inkscape-326bf4284ba296b71c9584962e2ec232a7a89fb3.zip
i18n. Strings disambiguation (thanks, Maren!).
Translation. Translation template update. Translation. French translation update. (bzr r14440)
Diffstat (limited to 'src/ui/dialog/objects.cpp')
-rw-r--r--src/ui/dialog/objects.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ui/dialog/objects.cpp b/src/ui/dialog/objects.cpp
index 835ecf35b..d72dda028 100644
--- a/src/ui/dialog/objects.cpp
+++ b/src/ui/dialog/objects.cpp
@@ -1614,11 +1614,11 @@ ObjectsPanel::ObjectsPanel() :
_pending(0),
_toggleEvent(0),
_defer_target(),
- _visibleHeader(_("V")),
- _lockHeader(_("L")),
- _typeHeader(_("T")),
- _clipmaskHeader(_("CM")),
- _highlightHeader(_("HL")),
+ _visibleHeader(C_("Visibility", "V")),
+ _lockHeader(C_("Lock", "L")),
+ _typeHeader(C_("Type", "T")),
+ _clipmaskHeader(C_("Clip and mask", "CM")),
+ _highlightHeader(C_("Highlight", "HL")),
_nameHeader(_("Label")),
_composite_vbox(false, 0),
_opacity_vbox(false, 0),