summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2013-01-15 08:36:54 +0000
committerJazzyNico <nicoduf@yahoo.fr>2013-01-15 08:36:54 +0000
commitdd4c7a17222e0d6c33615236a9ac558d23661e67 (patch)
tree47a25a0b47b13a75879618d4cd566b2f3e7c6872 /src/ui
parentclarify preference text (thought it was a bug first) (diff)
downloadinkscape-dd4c7a17222e0d6c33615236a9ac558d23661e67.tar.gz
inkscape-dd4c7a17222e0d6c33615236a9ac558d23661e67.zip
i18n. String disambiguation.
Translations. Translations template and French translation update. (bzr r12026)
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/dialog/guides.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog/guides.cpp b/src/ui/dialog/guides.cpp
index 1f02002ca..d8bbb5539 100644
--- a/src/ui/dialog/guides.cpp
+++ b/src/ui/dialog/guides.cpp
@@ -45,8 +45,8 @@ namespace Dialogs {
GuidelinePropertiesDialog::GuidelinePropertiesDialog(SPGuide *guide, SPDesktop *desktop)
: _desktop(desktop), _guide(guide),
_relative_toggle(_("Rela_tive change"), _("Move and/or rotate the guide relative to current settings")),
- _spin_button_x(_("_X:"), "", UNIT_TYPE_LINEAR, "", "", &_unit_menu),
- _spin_button_y(_("_Y:"), "", UNIT_TYPE_LINEAR, "", "", &_unit_menu),
+ _spin_button_x(C_("Guides", "_X:"), "", UNIT_TYPE_LINEAR, "", "", &_unit_menu),
+ _spin_button_y(C_("Guides", "_Y:"), "", UNIT_TYPE_LINEAR, "", "", &_unit_menu),
_label_entry(_("_Label:"), _("Optionally give this guideline a name")),
_spin_angle(_("_Angle:"), "", UNIT_TYPE_RADIAL),
_mode(true), _oldpos(0.,0.), _oldangle(0.0)