diff options
| author | Bryce Harrington <bryce@bryceharrington.org> | 2014-09-18 03:59:21 +0000 |
|---|---|---|
| committer | bryce <bryce@ubuntu.com> | 2014-09-18 03:59:21 +0000 |
| commit | 4eee9315ea2a312f1d11c7ff0360c17231a7564c (patch) | |
| tree | 6dfd8002adacd07acaf0e0584323a988b05fc168 | |
| parent | Translations. Italian translation update (83%) by Firas Hanife. (diff) | |
| download | inkscape-4eee9315ea2a312f1d11c7ff0360c17231a7564c.tar.gz inkscape-4eee9315ea2a312f1d11c7ff0360c17231a7564c.zip | |
win32 packaging: Fix capitalization of "register file extensions"
Fixes: https://bugs.launchpad.net/inkscape/+bug/1365927
Fixed bugs:
- https://launchpad.net/bugs/1365927
(bzr r13559)
| -rw-r--r-- | packaging/wix/inkscape.wxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/wix/inkscape.wxs b/packaging/wix/inkscape.wxs index 3b4152a5f..eaa631b3e 100644 --- a/packaging/wix/inkscape.wxs +++ b/packaging/wix/inkscape.wxs @@ -74,7 +74,7 @@ <ComponentRef Id='DesktopShortcut' />
</Feature>
- <Feature Id='RegisterExtension' Level='1' Title='register file extension' Description='register .svg and .svgz file extension to explorer context menu' AllowAdvertise='no'>
+ <Feature Id='RegisterExtension' Level='1' Title='Register file extension' Description='register .svg and .svgz file extension in explorer context menu' AllowAdvertise='no'>
<ComponentRef Id='RegisterExtension' />
</Feature>
|
