diff options
| author | bulia byak <buliabyak@gmail.com> | 2009-09-06 02:34:31 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2009-09-06 02:34:31 +0000 |
| commit | 89abf2d35ba202b184df4e791da3903c16d1d91c (patch) | |
| tree | c6f2499135157bbac0d48a3574e588fc1ab0fdb0 /share/extensions/restack.inx | |
| parent | patch by Adib for 406470 (diff) | |
| download | inkscape-89abf2d35ba202b184df4e791da3903c16d1d91c.tar.gz inkscape-89abf2d35ba202b184df4e791da3903c16d1d91c.zip | |
textual patch from bug 408093
(bzr r8563)
Diffstat (limited to 'share/extensions/restack.inx')
| -rw-r--r-- | share/extensions/restack.inx | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/share/extensions/restack.inx b/share/extensions/restack.inx index 07d222a16..cd79860af 100644 --- a/share/extensions/restack.inx +++ b/share/extensions/restack.inx @@ -15,14 +15,16 @@ </param> <param name="angle" type="float" min="0.0" max="360.0" _gui-text="Angle">0.00</param> <param name="xanchor" type="optiongroup" appearance="minimal" _gui-text="Horizontal Point:"> - <_option value="l">Left</_option> - <_option value="m">Middle</_option> - <_option value="r">Right</_option> +<!-- TRANSLATORS: only translate "string" in "context|string". +For more details, see http://developer.gnome.org/doc/API/2.0/glib/glib-I18N.html#Q-:CAPS --> + <_option value="l">restack|Left</_option> + <_option value="m">restack|Middle</_option> + <_option value="r">restack|Right</_option> </param> <param name="yanchor" type="optiongroup" appearance="minimal" _gui-text="Vertical Point:"> - <_option value="t">Top</_option> - <_option value="m">Middle</_option> - <_option value="b">Bottom</_option> + <_option value="t">restack|Top</_option> + <_option value="m">restack|Middle</_option> + <_option value="b">restack|Bottom</_option> </param> <effect> <object-type>path</object-type> |
