Merge lp:~fitojb/kazam/unicode4coords into lp:kazam

Proposed by Adolfo Jayme Barrientos
Status: Merged
Approved by: David Klasinc
Approved revision: 387
Merged at revision: 135
Proposed branch: lp:~fitojb/kazam/unicode4coords
Merge into: lp:kazam
Diff against target: 12 lines (+1/-1)
1 file modified
kazam/frontend/window_area.py (+1/-1)
To merge this branch: bzr merge lp:~fitojb/kazam/unicode4coords
Reviewer Review Type Date Requested Status
David Klasinc Pending
Review via email: mp+151354@code.launchpad.net

Commit message

Use the multiplication sign (×) instead of an x for area coordinates

Description of the change

Use the multiplication sign (×) instead of an x for area coordinates. I know it's just a nitpick :-P

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'kazam/frontend/window_area.py'
2--- kazam/frontend/window_area.py 2013-02-12 00:21:46 +0000
3+++ kazam/frontend/window_area.py 2013-03-02 08:13:22 +0000
4@@ -210,7 +210,7 @@
5 self._outline_text(cr, w, h, 30, _("Select an area by clicking and dragging."))
6 self._outline_text(cr, w, h + 50, 26, _("Press ENTER to confirm or ESC to cancel"))
7
8- self._outline_text(cr, w, h + 100, 20, "({0} x {1})".format(abs(self.width+1), abs(self.height+1)))
9+ self._outline_text(cr, w, h + 100, 20, "({0} × {1})".format(abs(self.width+1), abs(self.height+1)))
10 cr.set_operator(cairo.OPERATOR_SOURCE)
11
12 def _outline_text(self, cr, w, h, size, text):

Subscribers

People subscribed via source and target branches