diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2011-06-19 12:23:52 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2011-06-19 12:23:52 +0000 |
| commit | ea08f2a7cf1c578554e07ecd9e7e3c7ad4e6f535 (patch) | |
| tree | c56519bdcb8e83203069f50870cc5e370c356531 /src/widgets | |
| parent | fix bug 796451: Measure tools should support rotation constraint (diff) | |
| download | inkscape-ea08f2a7cf1c578554e07ecd9e7e3c7ad4e6f535.tar.gz inkscape-ea08f2a7cf1c578554e07ecd9e7e3c7ad4e6f535.zip | |
i18n. inkscape.pot update.
i18n. String fix in the Tweak tool.
Translations. Ukrainian translation update by Yuri Chornoivan.
Translations. French translation update.
(bzr r10321)
Diffstat (limited to 'src/widgets')
| -rw-r--r-- | src/widgets/toolbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index 67c15139f..75040ae3d 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -4757,7 +4757,7 @@ static void sp_spray_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainAction gdouble values[] = {5, 20, 35, 50, 70, 85, 100}; EgeAdjustmentAction *eact = create_adjustment_action( "SprayPopulationAction", _("Amount"), _("Amount:"), - _("Adjusts the number of items sprayed per clic"), + _("Adjusts the number of items sprayed per click"), "/tools/spray/population", 70, GTK_WIDGET(desktop->canvas), NULL, holder, TRUE, "spray-population", 1, 100, 1.0, 10.0, |
