diff options
| author | Yuri Chornoivan <yurchor@ukr.net> | 2019-07-01 23:35:16 +0000 |
|---|---|---|
| committer | Patrick Storz <eduard.braun2@gmx.de> | 2019-07-01 23:35:16 +0000 |
| commit | 7f3aa2882be5547d5308870bced554502ca4421c (patch) | |
| tree | 4c6b44f441fa20ac0d409c4c98c160fcaefc00c6 /src/live_effects/effect.cpp | |
| parent | Basque translation update (diff) | |
| download | inkscape-7f3aa2882be5547d5308870bced554502ca4421c.tar.gz inkscape-7f3aa2882be5547d5308870bced554502ca4421c.zip | |
Fix various minor typos
Diffstat (limited to 'src/live_effects/effect.cpp')
| -rw-r--r-- | src/live_effects/effect.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp index f93e4400d..7bfe6617a 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -612,7 +612,7 @@ const EnumEffectData<EffectType> LPETypeData[] = { , "powerclip" //key , "powerclip" //icon , "Power clip" //untranslated name - , N_("Power clip alows to reverse a clip, flatten it...") //description + , N_("Power clip allows to reverse a clip, flatten it...") //description , true //on_path , true //on_shape , true //on_group @@ -626,7 +626,7 @@ const EnumEffectData<EffectType> LPETypeData[] = { , "powermask" //key , "powermask" //icon , "Power mask" //untranslated name - , N_("Power mask allow to inverse the mask, make negative..") //description + , N_("Power mask allows inversing the mask, make negative...") //description , true //on_path , true //on_shape , true //on_group |
