Merge lp:~johnsmith1234/ubuntu/oneiric/inkscape/fix-for-807861 into lp:ubuntu/oneiric/inkscape

Proposed by John smith
Status: Rejected
Rejected by: Stéphane Graber
Proposed branch: lp:~johnsmith1234/ubuntu/oneiric/inkscape/fix-for-807861
Merge into: lp:ubuntu/oneiric/inkscape
Diff against target: 39 lines (+8/-2)
3 files modified
debian/changelog (+6/-0)
share/extensions/webslicer_create_group.py (+1/-1)
src/widgets/toolbox.cpp (+1/-1)
To merge this branch: bzr merge lp:~johnsmith1234/ubuntu/oneiric/inkscape/fix-for-807861
Reviewer Review Type Date Requested Status
Jamie Strandboge Disapprove
Ubuntu branches Pending
Review via email: mp+109380@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Jamie Strandboge (jdstrand) wrote :

Thank you for submitting this to improve Ubuntu. Unfortunately, Ubuntu 11.10 has been released and this change is not appropriate for a stable release update (SRU). Based on the bug, it looks like this may be getting fixed upstream. I am going to mark this merge as 'Disapprove' for now. Please feel free to comment in the bug.

review: Disapprove

Unmerged revisions

60. By John smith

Spelling mistakes updated (LP: #807861)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2011-07-10 11:35:30 +0000
3+++ debian/changelog 2012-06-08 15:00:32 +0000
4@@ -1,3 +1,9 @@
5+inkscape (0.48.2-0ubuntu2) oneiric; urgency=low
6+
7+ * Spelling mistakes updated (LP: #807861)
8+
9+ -- Matthew Mollett <mm637@bath.ac.uk> Fri, 08 Jun 2012 15:45:31 +0100
10+
11 inkscape (0.48.2-0ubuntu1) oneiric; urgency=low
12
13 * New upstream release (LP: #807912). Fixes several Ubuntu bugs:
14
15=== modified file 'share/extensions/webslicer_create_group.py'
16--- share/extensions/webslicer_create_group.py 2010-09-12 19:44:58 +0000
17+++ share/extensions/webslicer_create_group.py 2012-06-08 15:00:32 +0000
18@@ -71,7 +71,7 @@
19 exit(1)
20 for id,node in self.selected.iteritems():
21 if node not in self.layer_descendants:
22- inkex.errormsg(_('Opss... The element "%s" is not in the Web Slicer layer') % id)
23+ inkex.errormsg(_('Oops... The element "%s" is not in the Web Slicer layer') % id)
24 exit(2)
25 g_parent = self.getParentNode(node)
26 group = inkex.etree.SubElement(g_parent, 'g')
27
28=== modified file 'src/widgets/toolbox.cpp'
29--- src/widgets/toolbox.cpp 2011-07-10 11:35:30 +0000
30+++ src/widgets/toolbox.cpp 2012-06-08 15:00:32 +0000
31@@ -4682,7 +4682,7 @@
32 gdouble values[] = {10, 25, 35, 50, 60, 80, 100};
33 EgeAdjustmentAction *eact = create_adjustment_action( "SprayPopulationAction",
34 _("Amount"), _("Amount:"),
35- _("Adjusts the number of items sprayed per clic."),
36+ _("Adjusts the number of items sprayed per click."),
37 "/tools/spray/population", 70,
38 GTK_WIDGET(desktop->canvas), NULL, holder, TRUE, "spray-population",
39 1, 100, 1.0, 10.0,

Subscribers

People subscribed via source and target branches

to all changes: