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-vector.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-vector.cpp')
| -rw-r--r-- | src/widgets/gradient-vector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/gradient-vector.cpp b/src/widgets/gradient-vector.cpp index e9fc426f6..17ac887c4 100644 --- a/src/widgets/gradient-vector.cpp +++ b/src/widgets/gradient-vector.cpp @@ -923,7 +923,7 @@ static GtkWidget * sp_gradient_vector_widget_new(SPGradient *gradient, SPStop *s #endif /* Label */ - GtkWidget *l = gtk_label_new(_("Offset:")); + GtkWidget *l = gtk_label_new(C_("Gradient","Offset:")); gtk_misc_set_alignment(GTK_MISC(l), 1.0, 0.5); gtk_box_pack_start(GTK_BOX(hb),l, FALSE, FALSE, AUX_BETWEEN_BUTTON_GROUPS); gtk_widget_show(l); |
