Package: kde-style-qtcurve Version: 1.8.7-1 Severity: minor Originally reported by "Joel Pickett" in ubuntu:
https://bugs.launchpad.net/ubuntu/+source/kde-style-qtcurve/+bug/852957 Reported upstream here: http://sourceforge.net/support/tracker.php?aid=3435170 While I was translating into en_AU, I found the following string: <p>If enabled, the titlebar buttons will be drawn using the cusom colors defined in the next page. cusom should be custom -- System Information: Debian Release: wheezy/sid APT prefers oneiric-updates APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500, 'oneiric') Architecture: amd64 (x86_64) Kernel: Linux 3.0.0-12-generic (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
=== modified file 'debian/changelog' --- debian/changelog 2011-05-01 13:38:42 +0000 +++ debian/changelog 2011-11-09 00:22:46 +0000 @@ -1,3 +1,15 @@ +kde-style-qtcurve (1.8.7-2) UNRELEASED; urgency=low + + [ Shayon Mukherjee ] + * Fixed the typo cusom in the locations, + kde-style-qtcurve-1.0.2/po/tr.po, + kde-style-qtcurve-1.0.2/config/qtcurveconfigbase.ui LP: #852957 + + [ Clint Byrum ] + * Reformatting as DEP3 patch, d/p/03_fix_custom_typo.diff + + -- Clint Byrum <cl...@ubuntu.com> Tue, 08 Nov 2011 16:21:59 -0800 + kde-style-qtcurve (1.8.7-1) unstable; urgency=low * New upstream release. === added file 'debian/patches/03_fix_custom_typo.diff' --- debian/patches/03_fix_custom_typo.diff 1970-01-01 00:00:00 +0000 +++ debian/patches/03_fix_custom_typo.diff 2011-11-09 00:24:22 +0000 @@ -0,0 +1,19 @@ +Author: Shayon Mukherjee <s...@sjzone.in> +Origin: https://launchpadlibrarian.net/81684169/kde-style-qtcurve_1.0.2-1ubuntu3.debdiff +Bug-Ubuntu: http://pad.lv/852957 +Bug: https://sourceforge.net/tracker/?func=detail&aid=3435170&group_id=50231&atid=459007 +Description: Fixes typo of 'custom' + +=== modified file 'config/qtcurveconfigbase.ui' +--- a/config/qtcurveconfigbase.ui 2011-01-30 18:59:27 +0000 ++++ b/config/qtcurveconfigbase.ui 2011-11-09 00:17:10 +0000 +@@ -2361,7 +2361,7 @@ + <item row="7" column="1"> + <widget class="QCheckBox" name="titlebarButtons_custom"> + <property name="toolTip"> +- <string><p>If enabled, the titlebar buttons will be drawn using the cusom colors defined in the next page.</string> ++ <string><p>If enabled, the titlebar buttons will be drawn using the custom colors defined in the next page.</string> + </property> + <property name="text"> + <string>Use custom background colors</string> + === modified file 'debian/patches/series' --- debian/patches/series 2010-07-22 09:48:45 +0000 +++ debian/patches/series 2011-11-09 00:21:54 +0000 @@ -1,2 +1,3 @@ 01_ftbfs_missing_terminating_characher_bug541667.diff 02_bypass_braindead_buildsystem.diff +debian/patches/03_fix_custom_typo.diff