diff options
| author | kris-degussem <> | 2014-01-17 19:27:53 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2014-01-17 19:27:53 +0000 |
| commit | 0eb7cf56b9229a6bcc6c79574d2ac58413c46049 (patch) | |
| tree | b5ecd5cbc2d405713afd50a7c61ff5ca759c3b44 /src/widgets/gradient-toolbar.cpp | |
| parent | avoid singularity when scaling horizontal or vertical line. (Bug 1262146) (diff) | |
| download | inkscape-0eb7cf56b9229a6bcc6c79574d2ac58413c46049.tar.gz inkscape-0eb7cf56b9229a6bcc6c79574d2ac58413c46049.zip | |
i18n. Fix for Bug #1269943 (Context for message Offset:).
Fixed bugs:
- https://launchpad.net/bugs/1269943
(bzr r12952)
Diffstat (limited to 'src/widgets/gradient-toolbar.cpp')
| -rw-r--r-- | src/widgets/gradient-toolbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/gradient-toolbar.cpp b/src/widgets/gradient-toolbar.cpp index 8fa29e60a..4bed3101d 100644 --- a/src/widgets/gradient-toolbar.cpp +++ b/src/widgets/gradient-toolbar.cpp @@ -1171,7 +1171,7 @@ void sp_gradient_toolbox_prep(SPDesktop * desktop, GtkActionGroup* mainActions, { EgeAdjustmentAction* eact = 0; eact = create_adjustment_action( "GradientEditOffsetAction", - _("Offset"), _("Offset:"), _("Offset of selected stop"), + _("Offset"), C_("Gradient", "Offset:"), _("Offset of selected stop"), "/tools/gradient/stopoffset", 0, GTK_WIDGET(desktop->canvas), holder, FALSE, NULL, 0.0, 1.0, 0.01, 0.1, |
