=== modified file '.pc/applied-patches' --- .pc/applied-patches 2014-01-14 15:44:58 +0000 +++ .pc/applied-patches 2014-02-09 19:46:03 +0000 @@ -4,3 +4,4 @@ 0004-Fix_FTBFS_on_gcc-4.8.patch 0005-Fix_FreeType_include.patch 0006_add_unity_quicklist_support.patch +bug-807861-typo_in_src_widgets_toolbox_cpp_4685 === modified file 'debian/changelog' --- debian/changelog 2014-01-22 22:50:50 +0000 +++ debian/changelog 2014-02-09 21:30:31 +0000 @@ -1,3 +1,18 @@ +inkscape (0.48.4-3ubuntu4) trusty; urgency=medium + + * share/extensions/webslicer_create_group.py: fix typo line 74 + (LP: #807861) + + -- Jordan Sun, 09 Feb 2014 13:30:02 -0800 + +inkscape (0.48.4-3ubuntu3) trusty; urgency=low + + * src/widgets/toolbox.cpp: fix typo line 4685 + * share/extensions/webslicer_create_group.py: fix typo line 74 + (LP: #807861) + + -- Jordan Hewitt Sun, 09 Feb 2014 09:36:02 -0800 + inkscape (0.48.4-3ubuntu2) trusty; urgency=medium * Rebuild for the new poppler soname === modified file 'debian/control' --- debian/control 2014-01-14 15:44:58 +0000 +++ debian/control 2014-02-09 19:43:05 +0000 @@ -1,8 +1,7 @@ Source: inkscape Section: graphics Priority: optional -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Wolfram Quester +Maintainer: Wolfram Quester Uploaders: Matteo F. Vescovi Build-Depends: autoconf, === modified file 'debian/patches/series' --- debian/patches/series 2014-01-14 15:44:58 +0000 +++ debian/patches/series 2014-02-09 19:46:03 +0000 @@ -4,3 +4,4 @@ 0004-Fix_FTBFS_on_gcc-4.8.patch 0005-Fix_FreeType_include.patch 0006_add_unity_quicklist_support.patch +bug-807861-typo_in_src_widgets_toolbox_cpp_4685 === modified file 'share/extensions/webslicer_create_group.py' --- share/extensions/webslicer_create_group.py 2013-02-11 19:00:07 +0000 +++ share/extensions/webslicer_create_group.py 2014-02-09 21:29:47 +0000 @@ -71,7 +71,7 @@ exit(1) for id,node in self.selected.iteritems(): if node not in self.layer_descendants: - inkex.errormsg(_('Opss... The element "%s" is not in the Web Slicer layer') % id) + inkex.errormsg(_('Oops... The element "%s" is not in the Web Slicer layer') % id) exit(2) g_parent = self.getParentNode(node) group = inkex.etree.SubElement(g_parent, 'g') === modified file 'src/widgets/toolbox.cpp' --- src/widgets/toolbox.cpp 2014-01-14 15:44:58 +0000 +++ src/widgets/toolbox.cpp 2014-02-09 19:46:03 +0000 @@ -4682,7 +4682,7 @@ gdouble values[] = {10, 25, 35, 50, 60, 80, 100}; EgeAdjustmentAction *eact = create_adjustment_action( "SprayPopulationAction", _("Amount"), _("Amount:"), - _("Adjusts the number of items sprayed per clic."), + _("Adjusts the number of items sprayed per click."), "/tools/spray/population", 70, GTK_WIDGET(desktop->canvas), NULL, holder, TRUE, "spray-population", 1, 100, 1.0, 10.0,