diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2010-12-29 20:05:10 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2010-12-29 20:05:10 +0000 |
| commit | fbbff2ae01dbd79690a885e148add1204fddb063 (patch) | |
| tree | a64d6a49fdc532156f07cca42dd1078d588b0592 /src/live_effects/lpe-gears.cpp | |
| parent | Mnemonics in "Export bitmap", and "Rows and Columns" dialogs (Bug 170765) (diff) | |
| download | inkscape-fbbff2ae01dbd79690a885e148add1204fddb063.tar.gz inkscape-fbbff2ae01dbd79690a885e148add1204fddb063.zip | |
Mnemonics in "Input devices", and LPE dialogs (Bug 170765)
(bzr r9990)
Diffstat (limited to 'src/live_effects/lpe-gears.cpp')
| -rw-r--r-- | src/live_effects/lpe-gears.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/live_effects/lpe-gears.cpp b/src/live_effects/lpe-gears.cpp index c9bbde8f2..337beb516 100644 --- a/src/live_effects/lpe-gears.cpp +++ b/src/live_effects/lpe-gears.cpp @@ -209,8 +209,8 @@ namespace LivePathEffect { LPEGears::LPEGears(LivePathEffectObject *lpeobject) : Effect(lpeobject), - teeth(_("Teeth:"), _("The number of teeth"), "teeth", &wr, this, 10), - phi(_("Phi:"), _("Tooth pressure angle (typically 20-25 deg). The ratio of teeth not in contact."), "phi", &wr, this, 5) + teeth(_("_Teeth:"), _("The number of teeth"), "teeth", &wr, this, 10), + phi(_("_Phi:"), _("Tooth pressure angle (typically 20-25 deg). The ratio of teeth not in contact."), "phi", &wr, this, 5) { /* Tooth pressure angle: The angle between the tooth profile and a perpendicular to the pitch * circle, usually at the point where the pitch circle meets the tooth profile. Standard angles |
