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
=== modified file 'plugins/ezoom/ezoom.xml.in'
--- plugins/ezoom/ezoom.xml.in 2017-12-05 14:45:06 +0000
+++ plugins/ezoom/ezoom.xml.in 2018-04-13 11:26:29 +0000
@@ -473,7 +473,7 @@
473 <_short>Animation</_short>473 <_short>Animation</_short>
474 <option type="float" name="speed">474 <option type="float" name="speed">
475 <_short>Speed</_short>475 <_short>Speed</_short>
476 <_long>Zoom Speed</_long>476 <_long>Zoom Change Speed</_long>
477 <default>25</default>477 <default>25</default>
478 <min>0.1</min>478 <min>0.1</min>
479 <max>100</max>479 <max>100</max>
@@ -481,7 +481,7 @@
481 </option>481 </option>
482 <option type="float" name="timestep">482 <option type="float" name="timestep">
483 <_short>Timestep</_short>483 <_short>Timestep</_short>
484 <_long>Zoom Timestep</_long>484 <_long>Zoom Change Timestep</_long>
485 <default>1.2</default>485 <default>1.2</default>
486 <min>0.1</min>486 <min>0.1</min>
487 <max>50</max>487 <max>50</max>
488488
=== modified file 'plugins/mag/mag.xml.in'
--- plugins/mag/mag.xml.in 2012-10-15 10:31:51 +0000
+++ plugins/mag/mag.xml.in 2018-04-13 11:26:29 +0000
@@ -70,7 +70,7 @@
70 </option>70 </option>
71 <option name="speed" type="float">71 <option name="speed" type="float">
72 <_short>Speed</_short>72 <_short>Speed</_short>
73 <_long>Zoom Speed</_long>73 <_long>Zoom Change Speed</_long>
74 <default>1.5</default>74 <default>1.5</default>
75 <min>0.1</min>75 <min>0.1</min>
76 <max>50</max>76 <max>50</max>
@@ -78,7 +78,7 @@
78 </option>78 </option>
79 <option name="timestep" type="float">79 <option name="timestep" type="float">
80 <_short>Timestep</_short>80 <_short>Timestep</_short>
81 <_long>Zoom Timestep</_long>81 <_long>Zoom Change Timestep</_long>
82 <default>1.2</default>82 <default>1.2</default>
83 <min>0.1</min>83 <min>0.1</min>
84 <max>50</max>84 <max>50</max>
8585
=== modified file 'plugins/trip/trip.xml.in'
--- plugins/trip/trip.xml.in 2012-10-15 10:31:51 +0000
+++ plugins/trip/trip.xml.in 2018-04-13 11:26:29 +0000
@@ -82,7 +82,7 @@
82 </option>82 </option>
83 <option name="speed" type="float">83 <option name="speed" type="float">
84 <_short>Speed</_short>84 <_short>Speed</_short>
85 <_long>Zoom Speed</_long>85 <_long>Zoom Change Speed</_long>
86 <default>1.5</default>86 <default>1.5</default>
87 <min>0.1</min>87 <min>0.1</min>
88 <max>50</max>88 <max>50</max>
@@ -90,7 +90,7 @@
90 </option>90 </option>
91 <option name="timestep" type="float">91 <option name="timestep" type="float">
92 <_short>Timestep</_short>92 <_short>Timestep</_short>
93 <_long>Zoom Timestep</_long>93 <_long>Zoom Change Timestep</_long>
94 <default>1.2</default>94 <default>1.2</default>
95 <min>0.1</min>95 <min>0.1</min>
96 <max>50</max>96 <max>50</max>

Subscribers

People subscribed via source and target branches