Merge lp:~samuel-thibault/compiz/rephrase into lp:compiz/0.9.13

Proposed by Samuel thibault
Status: Merged
Approved by: Andrea Azzarone
Approved revision: 4144
Merged at revision: 4150
Proposed branch: lp:~samuel-thibault/compiz/rephrase
Merge into: lp:compiz/0.9.13
Diff against target: 65 lines (+6/-6)
3 files modified
plugins/ezoom/ezoom.xml.in (+2/-2)
plugins/mag/mag.xml.in (+2/-2)
plugins/trip/trip.xml.in (+2/-2)
To merge this branch: bzr merge lp:~samuel-thibault/compiz/rephrase
Reviewer Review Type Date Requested Status
Andrea Azzarone Approve
Review via email: mp+343182@code.launchpad.net

Commit message

Add "Change" to "Zoom Speed" and "Zoom Timestep"

It does not make sense to say that a zoom has a speed, it is the change of zoom
which does have a speed.

To post a comment you must log in.
Revision history for this message
Andrea Azzarone (azzar1) wrote :

LGTM.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/ezoom/ezoom.xml.in'
2--- plugins/ezoom/ezoom.xml.in 2017-12-05 14:45:06 +0000
3+++ plugins/ezoom/ezoom.xml.in 2018-04-13 11:26:29 +0000
4@@ -473,7 +473,7 @@
5 <_short>Animation</_short>
6 <option type="float" name="speed">
7 <_short>Speed</_short>
8- <_long>Zoom Speed</_long>
9+ <_long>Zoom Change Speed</_long>
10 <default>25</default>
11 <min>0.1</min>
12 <max>100</max>
13@@ -481,7 +481,7 @@
14 </option>
15 <option type="float" name="timestep">
16 <_short>Timestep</_short>
17- <_long>Zoom Timestep</_long>
18+ <_long>Zoom Change Timestep</_long>
19 <default>1.2</default>
20 <min>0.1</min>
21 <max>50</max>
22
23=== modified file 'plugins/mag/mag.xml.in'
24--- plugins/mag/mag.xml.in 2012-10-15 10:31:51 +0000
25+++ plugins/mag/mag.xml.in 2018-04-13 11:26:29 +0000
26@@ -70,7 +70,7 @@
27 </option>
28 <option name="speed" type="float">
29 <_short>Speed</_short>
30- <_long>Zoom Speed</_long>
31+ <_long>Zoom Change Speed</_long>
32 <default>1.5</default>
33 <min>0.1</min>
34 <max>50</max>
35@@ -78,7 +78,7 @@
36 </option>
37 <option name="timestep" type="float">
38 <_short>Timestep</_short>
39- <_long>Zoom Timestep</_long>
40+ <_long>Zoom Change Timestep</_long>
41 <default>1.2</default>
42 <min>0.1</min>
43 <max>50</max>
44
45=== modified file 'plugins/trip/trip.xml.in'
46--- plugins/trip/trip.xml.in 2012-10-15 10:31:51 +0000
47+++ plugins/trip/trip.xml.in 2018-04-13 11:26:29 +0000
48@@ -82,7 +82,7 @@
49 </option>
50 <option name="speed" type="float">
51 <_short>Speed</_short>
52- <_long>Zoom Speed</_long>
53+ <_long>Zoom Change Speed</_long>
54 <default>1.5</default>
55 <min>0.1</min>
56 <max>50</max>
57@@ -90,7 +90,7 @@
58 </option>
59 <option name="timestep" type="float">
60 <_short>Timestep</_short>
61- <_long>Zoom Timestep</_long>
62+ <_long>Zoom Change Timestep</_long>
63 <default>1.2</default>
64 <min>0.1</min>
65 <max>50</max>

Subscribers

People subscribed via source and target branches