Merge lp:~nataliabidart/ubuntuone-control-panel/fix-732820 into lp:ubuntuone-control-panel

Proposed by Natalia Bidart
Status: Merged
Approved by: Natalia Bidart
Approved revision: 107
Merged at revision: 105
Proposed branch: lp:~nataliabidart/ubuntuone-control-panel/fix-732820
Merge into: lp:ubuntuone-control-panel
Diff against target: 749 lines (+329/-296)
3 files modified
data/install.ui (+13/-7)
data/services.ui (+312/-285)
ubuntuone/controlpanel/gtk/gui.py (+4/-4)
To merge this branch: bzr merge lp:~nataliabidart/ubuntuone-control-panel/fix-732820
Reviewer Review Type Date Requested Status
dobey (community) Approve
Eric Casteleijn (community) Approve
Review via email: mp+54269@code.launchpad.net

Commit message

- Replaced the AspectFrame for a plain Frame to fix the different width issue (LP: #729382).
- Changed the legend for plugin/extension installs (LP: #732820).

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

It looks like you've made the text into titles for the extensions. In that case, they should probably be "Firefox Extension" and "Evolution Plug-in" respectively. (Yes the hyphen should be there; it's proper English.)

Revision history for this message
Eric Casteleijn (thisfred) wrote :

Looks good to me now.

review: Approve
Revision history for this message
dobey (dobey) wrote :

OK, so I was wrong about the title case, but it should still be plug-in and not plugin.

107. By Natalia Bidart

Spelled "plu-ing".

Revision history for this message
dobey (dobey) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'data/install.ui'
--- data/install.ui 2011-01-21 21:43:01 +0000
+++ data/install.ui 2011-03-21 21:21:05 +0000
@@ -2,34 +2,43 @@
2<interface>2<interface>
3 <requires lib="gtk+" version="2.22"/>3 <requires lib="gtk+" version="2.22"/>
4 <!-- interface-naming-policy project-wide -->4 <!-- interface-naming-policy project-wide -->
5 <object class="GtkImage" id="image1">
6 <property name="visible">True</property>
7 <property name="can_focus">False</property>
8 <property name="stock">gtk-ok</property>
9 </object>
5 <object class="GtkVBox" id="itself">10 <object class="GtkVBox" id="itself">
6 <property name="visible">True</property>11 <property name="visible">True</property>
12 <property name="can_focus">False</property>
7 <property name="border_width">10</property>13 <property name="border_width">10</property>
8 <property name="spacing">10</property>14 <property name="spacing">10</property>
9 <child>15 <child>
10 <object class="GtkLabel" id="install_label">16 <object class="GtkLabel" id="install_label">
11 <property name="visible">True</property>17 <property name="visible">True</property>
12 <property name="xalign">0</property>18 <property name="can_focus">False</property>
13 <property name="label">label</property>19 <property name="label">label</property>
14 <property name="wrap">True</property>20 <property name="wrap">True</property>
15 </object>21 </object>
16 <packing>22 <packing>
17 <property name="expand">False</property>23 <property name="expand">True</property>
24 <property name="fill">True</property>
18 <property name="position">0</property>25 <property name="position">0</property>
19 </packing>26 </packing>
20 </child>27 </child>
21 <child>28 <child>
22 <object class="GtkHButtonBox" id="install_button_box">29 <object class="GtkHButtonBox" id="install_button_box">
23 <property name="visible">True</property>30 <property name="visible">True</property>
31 <property name="can_focus">False</property>
24 <child>32 <child>
25 <object class="GtkButton" id="install_button">33 <object class="GtkButton" id="install_button">
26 <property name="label" translatable="yes">_Install now</property>34 <property name="label" translatable="yes">_Install now</property>
27 <property name="visible">True</property>35 <property name="visible">True</property>
28 <property name="can_focus">True</property>36 <property name="can_focus">True</property>
29 <property name="receives_default">True</property>37 <property name="receives_default">True</property>
38 <property name="use_action_appearance">False</property>
30 <property name="image">image1</property>39 <property name="image">image1</property>
31 <property name="use_underline">True</property>40 <property name="use_underline">True</property>
32 <signal name="clicked" handler="on_install_button_clicked"/>41 <signal name="clicked" handler="on_install_button_clicked" swapped="no"/>
33 </object>42 </object>
34 <packing>43 <packing>
35 <property name="expand">False</property>44 <property name="expand">False</property>
@@ -40,12 +49,9 @@
40 </object>49 </object>
41 <packing>50 <packing>
42 <property name="expand">False</property>51 <property name="expand">False</property>
52 <property name="fill">True</property>
43 <property name="position">1</property>53 <property name="position">1</property>
44 </packing>54 </packing>
45 </child>55 </child>
46 </object>56 </object>
47 <object class="GtkImage" id="image1">
48 <property name="visible">True</property>
49 <property name="stock">gtk-ok</property>
50 </object>
51</interface>57</interface>
5258
=== modified file 'data/services.ui'
--- data/services.ui 2011-03-04 21:43:19 +0000
+++ data/services.ui 2011-03-21 21:21:05 +0000
@@ -18,336 +18,363 @@
18 <property name="resize_mode">queue</property>18 <property name="resize_mode">queue</property>
19 <property name="shadow_type">none</property>19 <property name="shadow_type">none</property>
20 <child>20 <child>
21 <object class="GtkVBox" id="vbox1">21 <object class="GtkAlignment" id="alignment1">
22 <property name="visible">True</property>22 <property name="visible">True</property>
23 <property name="can_focus">False</property>23 <property name="can_focus">False</property>
24 <property name="spacing">5</property>24 <property name="left_padding">5</property>
25 <property name="right_padding">5</property>
25 <child>26 <child>
26 <object class="GtkAspectFrame" id="files">27 <object class="GtkVBox" id="vbox1">
27 <property name="visible">True</property>28 <property name="visible">True</property>
28 <property name="can_focus">False</property>29 <property name="can_focus">False</property>
29 <property name="label_xalign">0</property>30 <property name="spacing">5</property>
30 <property name="shadow_type">out</property>
31 <child>31 <child>
32 <object class="GtkHBox" id="hbox2">32 <object class="GtkFrame" id="files">
33 <property name="visible">True</property>33 <property name="visible">True</property>
34 <property name="can_focus">False</property>34 <property name="can_focus">False</property>
35 <property name="border_width">5</property>35 <property name="label_xalign">0</property>
36 <property name="shadow_type">out</property>
36 <child>37 <child>
37 <object class="GtkTable" id="table1">38 <object class="GtkAlignment" id="alignment2">
38 <property name="visible">True</property>39 <property name="visible">True</property>
39 <property name="can_focus">False</property>40 <property name="can_focus">False</property>
40 <property name="n_rows">3</property>41 <child>
41 <property name="n_columns">3</property>42 <object class="GtkHBox" id="hbox2">
42 <property name="row_spacing">5</property>43 <property name="visible">True</property>
43 <child>44 <property name="can_focus">False</property>
44 <object class="GtkCheckButton" id="file_sync_check">45 <property name="border_width">5</property>
45 <property name="visible">True</property>46 <child>
46 <property name="can_focus">True</property>47 <object class="GtkTable" id="table1">
47 <property name="receives_default">False</property>48 <property name="visible">True</property>
48 <property name="use_action_appearance">False</property>49 <property name="can_focus">False</property>
49 <property name="draw_indicator">True</property>50 <property name="n_rows">3</property>
50 </object>51 <property name="n_columns">3</property>
51 </child>52 <property name="column_spacing">5</property>
52 <child>53 <property name="row_spacing">5</property>
53 <object class="GtkImage" id="image2">54 <child>
54 <property name="visible">True</property>55 <object class="GtkCheckButton" id="file_sync_check">
55 <property name="can_focus">False</property>56 <property name="visible">True</property>
56 <property name="xpad">5</property>57 <property name="can_focus">True</property>
57 <property name="pixbuf">services-files.png</property>58 <property name="receives_default">False</property>
58 </object>59 <property name="use_action_appearance">False</property>
59 <packing>60 <property name="draw_indicator">True</property>
60 <property name="left_attach">1</property>61 </object>
61 <property name="right_attach">2</property>62 </child>
62 </packing>63 <child>
63 </child>64 <object class="GtkImage" id="image2">
64 <child>65 <property name="visible">True</property>
65 <object class="GtkLabel" id="label1">66 <property name="can_focus">False</property>
66 <property name="visible">True</property>67 <property name="xpad">5</property>
67 <property name="can_focus">False</property>68 <property name="pixbuf">services-files.png</property>
68 <property name="xalign">0</property>69 </object>
69 <property name="label" translatable="yes">Enable File Sync</property>70 <packing>
70 </object>71 <property name="left_attach">1</property>
71 <packing>72 <property name="right_attach">2</property>
72 <property name="left_attach">2</property>73 </packing>
73 <property name="right_attach">3</property>74 </child>
74 </packing>75 <child>
75 </child>76 <object class="GtkLabel" id="label1">
76 <child>77 <property name="visible">True</property>
77 <object class="GtkLabel" id="label2">78 <property name="can_focus">False</property>
78 <property name="visible">True</property>79 <property name="xalign">0</property>
79 <property name="can_focus">False</property>80 <property name="label" translatable="yes">Enable File Sync</property>
80 <property name="xalign">0</property>81 </object>
81 <property name="yalign">0</property>82 <packing>
82 <property name="label" translatable="yes">&lt;span font_size="small"&gt;Enable and then choose which folders you want to access from the Web or any device you connected to Ubuntu One83 <property name="left_attach">2</property>
84 <property name="right_attach">3</property>
85 </packing>
86 </child>
87 <child>
88 <object class="GtkLabel" id="label2">
89 <property name="visible">True</property>
90 <property name="can_focus">False</property>
91 <property name="xalign">0</property>
92 <property name="yalign">0</property>
93 <property name="label" translatable="yes">&lt;span font_size="small"&gt;Enable and then choose which folders you want to access from the Web or any device you connected to Ubuntu One
8394
84Simply drag and drop any file or folder to your Ubuntu One folder on this computer&lt;/span&gt;</property>95Simply drag and drop any file or folder to your Ubuntu One folder on this computer&lt;/span&gt;</property>
85 <property name="use_markup">True</property>96 <property name="use_markup">True</property>
86 <property name="wrap">True</property>97 <property name="wrap">True</property>
87 <property name="width_chars">30</property>98 <property name="width_chars">35</property>
88 </object>99 </object>
89 <packing>100 <packing>
90 <property name="left_attach">2</property>101 <property name="left_attach">2</property>
91 <property name="right_attach">3</property>102 <property name="right_attach">3</property>
92 <property name="top_attach">1</property>103 <property name="top_attach">1</property>
93 <property name="bottom_attach">2</property>104 <property name="bottom_attach">2</property>
94 </packing>105 </packing>
95 </child>106 </child>
96 <child>107 <child>
97 <object class="GtkHButtonBox" id="hbuttonbox1">108 <object class="GtkHButtonBox" id="hbuttonbox1">
98 <property name="visible">True</property>109 <property name="visible">True</property>
99 <property name="can_focus">False</property>110 <property name="can_focus">False</property>
111 <child>
112 <object class="GtkButton" id="file_sync_button">
113 <property name="label" translatable="yes">_Show me my Ubuntu One folder</property>
114 <property name="visible">True</property>
115 <property name="can_focus">True</property>
116 <property name="receives_default">True</property>
117 <property name="use_action_appearance">False</property>
118 <property name="use_underline">True</property>
119 <signal name="clicked" handler="on_file_sync_button_clicked" swapped="no"/>
120 </object>
121 <packing>
122 <property name="expand">False</property>
123 <property name="fill">False</property>
124 <property name="position">0</property>
125 </packing>
126 </child>
127 </object>
128 <packing>
129 <property name="left_attach">2</property>
130 <property name="right_attach">3</property>
131 <property name="top_attach">2</property>
132 <property name="bottom_attach">3</property>
133 </packing>
134 </child>
135 <child>
136 <placeholder/>
137 </child>
138 <child>
139 <placeholder/>
140 </child>
141 <child>
142 <placeholder/>
143 </child>
144 <child>
145 <placeholder/>
146 </child>
147 </object>
148 <packing>
149 <property name="expand">False</property>
150 <property name="fill">True</property>
151 <property name="position">0</property>
152 </packing>
153 </child>
100 <child>154 <child>
101 <object class="GtkButton" id="file_sync_button">155 <object class="GtkImage" id="image1">
102 <property name="label" translatable="yes">_Show me my Ubuntu One folder</property>
103 <property name="visible">True</property>156 <property name="visible">True</property>
104 <property name="can_focus">True</property>157 <property name="can_focus">False</property>
105 <property name="receives_default">True</property>158 <property name="xpad">5</property>
106 <property name="use_action_appearance">False</property>159 <property name="ypad">5</property>
107 <property name="use_underline">True</property>160 <property name="pixbuf">services-files-example.png</property>
108 <signal name="clicked" handler="on_file_sync_button_clicked" swapped="no"/>
109 </object>161 </object>
110 <packing>162 <packing>
111 <property name="expand">False</property>163 <property name="expand">False</property>
112 <property name="fill">False</property>164 <property name="fill">True</property>
113 <property name="position">0</property>165 <property name="pack_type">end</property>
166 <property name="position">1</property>
114 </packing>167 </packing>
115 </child>168 </child>
116 </object>169 </object>
117 <packing>
118 <property name="left_attach">2</property>
119 <property name="right_attach">3</property>
120 <property name="top_attach">2</property>
121 <property name="bottom_attach">3</property>
122 </packing>
123 </child>
124 <child>
125 <placeholder/>
126 </child>
127 <child>
128 <placeholder/>
129 </child>
130 <child>
131 <placeholder/>
132 </child>
133 <child>
134 <placeholder/>
135 </child>170 </child>
136 </object>171 </object>
137 <packing>
138 <property name="expand">False</property>
139 <property name="fill">True</property>
140 <property name="position">0</property>
141 </packing>
142 </child>172 </child>
143 <child>173 <child type="label_item">
144 <object class="GtkImage" id="image1">174 <placeholder/>
145 <property name="visible">True</property>
146 <property name="can_focus">False</property>
147 <property name="xpad">5</property>
148 <property name="ypad">5</property>
149 <property name="pixbuf">services-files-example.png</property>
150 </object>
151 <packing>
152 <property name="expand">False</property>
153 <property name="fill">True</property>
154 <property name="pack_type">end</property>
155 <property name="position">1</property>
156 </packing>
157 </child>175 </child>
158 </object>176 </object>
177 <packing>
178 <property name="expand">False</property>
179 <property name="fill">True</property>
180 <property name="position">0</property>
181 </packing>
159 </child>182 </child>
160 </object>
161 <packing>
162 <property name="expand">True</property>
163 <property name="fill">True</property>
164 <property name="position">0</property>
165 </packing>
166 </child>
167 <child>
168 <object class="GtkAspectFrame" id="replications">
169 <property name="visible">True</property>
170 <property name="can_focus">False</property>
171 <property name="label_xalign">0</property>
172 <property name="shadow_type">out</property>
173 <child>183 <child>
174 <object class="GtkHBox" id="hbox3">184 <object class="GtkFrame" id="replications">
175 <property name="visible">True</property>185 <property name="visible">True</property>
176 <property name="can_focus">False</property>186 <property name="can_focus">False</property>
177 <property name="border_width">5</property>187 <property name="label_xalign">0</property>
188 <property name="shadow_type">out</property>
178 <child>189 <child>
179 <object class="GtkVBox" id="contacts">190 <object class="GtkAlignment" id="alignment3">
180 <property name="visible">True</property>191 <property name="visible">True</property>
181 <property name="can_focus">False</property>192 <property name="can_focus">False</property>
182 <child>193 <child>
183 <object class="GtkTable" id="contacts_sync">194 <object class="GtkHBox" id="hbox3">
184 <property name="visible">True</property>195 <property name="visible">True</property>
185 <property name="can_focus">False</property>196 <property name="can_focus">False</property>
186 <property name="n_rows">2</property>197 <property name="border_width">5</property>
187 <property name="n_columns">3</property>198 <child>
188 <property name="row_spacing">5</property>199 <object class="GtkVBox" id="contacts">
189 <child>200 <property name="visible">True</property>
190 <object class="GtkCheckButton" id="contacts_check">201 <property name="can_focus">False</property>
191 <property name="visible">True</property>202 <child>
192 <property name="can_focus">True</property>203 <object class="GtkTable" id="contacts_sync">
193 <property name="receives_default">False</property>204 <property name="visible">True</property>
194 <property name="use_action_appearance">False</property>205 <property name="can_focus">False</property>
195 <property name="draw_indicator">True</property>206 <property name="n_rows">2</property>
196 </object>207 <property name="n_columns">3</property>
197 </child>208 <property name="row_spacing">5</property>
198 <child>209 <child>
199 <object class="GtkImage" id="image3">210 <object class="GtkCheckButton" id="contacts_check">
200 <property name="visible">True</property>211 <property name="visible">True</property>
201 <property name="can_focus">False</property>212 <property name="can_focus">True</property>
202 <property name="xpad">5</property>213 <property name="receives_default">False</property>
203 <property name="pixbuf">services-contacts.png</property>214 <property name="use_action_appearance">False</property>
204 </object>215 <property name="draw_indicator">True</property>
205 <packing>216 </object>
206 <property name="left_attach">1</property>217 </child>
207 <property name="right_attach">2</property>218 <child>
208 </packing>219 <object class="GtkImage" id="image3">
209 </child>220 <property name="visible">True</property>
210 <child>221 <property name="can_focus">False</property>
211 <object class="GtkLabel" id="label4">222 <property name="xpad">5</property>
212 <property name="visible">True</property>223 <property name="pixbuf">services-contacts.png</property>
213 <property name="can_focus">False</property>224 </object>
214 <property name="xalign">0</property>225 <packing>
215 <property name="label" translatable="yes">Enable Contacts Sync</property>226 <property name="left_attach">1</property>
216 </object>227 <property name="right_attach">2</property>
217 <packing>228 </packing>
218 <property name="left_attach">2</property>229 </child>
219 <property name="right_attach">3</property>230 <child>
220 </packing>231 <object class="GtkLabel" id="label4">
221 </child>232 <property name="visible">True</property>
222 <child>233 <property name="can_focus">False</property>
223 <object class="GtkLabel" id="label5">234 <property name="xalign">0</property>
224 <property name="visible">True</property>235 <property name="label" translatable="yes">Enable Contacts Sync</property>
225 <property name="can_focus">True</property>236 </object>
226 <property name="xalign">0</property>237 <packing>
227 <property name="yalign">0</property>238 <property name="left_attach">2</property>
228 <property name="label" translatable="yes">&lt;span font_size="small"&gt;Once enabled, visit the &lt;a href="https://one.ubuntu.com"&gt;Ubuntu One website&lt;/a&gt; to manage your contacts, including Gmail and Facebook import&lt;/span&gt;</property>239 <property name="right_attach">3</property>
229 <property name="use_markup">True</property>240 </packing>
230 <property name="wrap">True</property>241 </child>
231 <property name="width_chars">30</property>242 <child>
232 </object>243 <object class="GtkLabel" id="label5">
233 <packing>244 <property name="visible">True</property>
234 <property name="left_attach">2</property>245 <property name="can_focus">True</property>
235 <property name="right_attach">3</property>246 <property name="xalign">0</property>
236 <property name="top_attach">1</property>247 <property name="yalign">0</property>
237 <property name="bottom_attach">2</property>248 <property name="label" translatable="yes">&lt;span font_size="small"&gt;Once enabled, visit the &lt;a href="https://one.ubuntu.com"&gt;Ubuntu One website&lt;/a&gt; to manage your contacts, including Gmail and Facebook import&lt;/span&gt;</property>
238 </packing>249 <property name="use_markup">True</property>
239 </child>250 <property name="wrap">True</property>
240 <child>251 <property name="width_chars">35</property>
241 <placeholder/>252 </object>
242 </child>253 <packing>
243 <child>254 <property name="left_attach">2</property>
244 <placeholder/>255 <property name="right_attach">3</property>
256 <property name="top_attach">1</property>
257 <property name="bottom_attach">2</property>
258 </packing>
259 </child>
260 <child>
261 <placeholder/>
262 </child>
263 <child>
264 <placeholder/>
265 </child>
266 </object>
267 <packing>
268 <property name="expand">False</property>
269 <property name="fill">True</property>
270 <property name="position">0</property>
271 </packing>
272 </child>
273 </object>
274 <packing>
275 <property name="expand">False</property>
276 <property name="fill">True</property>
277 <property name="position">0</property>
278 </packing>
279 </child>
280 <child>
281 <object class="GtkVBox" id="bookmarks">
282 <property name="visible">True</property>
283 <property name="can_focus">False</property>
284 <child>
285 <object class="GtkTable" id="bookmarks_sync">
286 <property name="visible">True</property>
287 <property name="can_focus">False</property>
288 <property name="n_rows">2</property>
289 <property name="n_columns">3</property>
290 <property name="row_spacing">5</property>
291 <child>
292 <object class="GtkCheckButton" id="bookmarks_check">
293 <property name="visible">True</property>
294 <property name="can_focus">True</property>
295 <property name="receives_default">False</property>
296 <property name="use_action_appearance">False</property>
297 <property name="draw_indicator">True</property>
298 </object>
299 </child>
300 <child>
301 <object class="GtkImage" id="image4">
302 <property name="visible">True</property>
303 <property name="can_focus">False</property>
304 <property name="xpad">5</property>
305 <property name="pixbuf">services-bookmarks.png</property>
306 </object>
307 <packing>
308 <property name="left_attach">1</property>
309 <property name="right_attach">2</property>
310 </packing>
311 </child>
312 <child>
313 <object class="GtkLabel" id="label6">
314 <property name="visible">True</property>
315 <property name="can_focus">False</property>
316 <property name="xalign">0</property>
317 <property name="label" translatable="yes">Enable Bookmarks Sync</property>
318 </object>
319 <packing>
320 <property name="left_attach">2</property>
321 <property name="right_attach">3</property>
322 </packing>
323 </child>
324 <child>
325 <object class="GtkLabel" id="label7">
326 <property name="visible">True</property>
327 <property name="can_focus">False</property>
328 <property name="xalign">0</property>
329 <property name="yalign">0</property>
330 <property name="label" translatable="yes">&lt;span font_size="small"&gt;Bookmarks sync works with Firefox&lt;/span&gt;</property>
331 <property name="use_markup">True</property>
332 <property name="wrap">True</property>
333 <property name="width_chars">30</property>
334 </object>
335 <packing>
336 <property name="left_attach">2</property>
337 <property name="right_attach">3</property>
338 <property name="top_attach">1</property>
339 <property name="bottom_attach">2</property>
340 </packing>
341 </child>
342 <child>
343 <placeholder/>
344 </child>
345 <child>
346 <placeholder/>
347 </child>
348 </object>
349 <packing>
350 <property name="expand">False</property>
351 <property name="fill">True</property>
352 <property name="position">0</property>
353 </packing>
354 </child>
355 </object>
356 <packing>
357 <property name="expand">False</property>
358 <property name="fill">True</property>
359 <property name="pack_type">end</property>
360 <property name="position">1</property>
361 </packing>
245 </child>362 </child>
246 </object>363 </object>
247 <packing>
248 <property name="expand">False</property>
249 <property name="fill">True</property>
250 <property name="position">0</property>
251 </packing>
252 </child>364 </child>
253 </object>365 </object>
254 <packing>
255 <property name="expand">False</property>
256 <property name="fill">True</property>
257 <property name="position">0</property>
258 </packing>
259 </child>366 </child>
260 <child>367 <child type="label_item">
261 <object class="GtkVBox" id="bookmarks">368 <placeholder/>
262 <property name="visible">True</property>
263 <property name="can_focus">False</property>
264 <child>
265 <object class="GtkTable" id="bookmarks_sync">
266 <property name="visible">True</property>
267 <property name="can_focus">False</property>
268 <property name="n_rows">2</property>
269 <property name="n_columns">3</property>
270 <property name="row_spacing">5</property>
271 <child>
272 <object class="GtkCheckButton" id="bookmarks_check">
273 <property name="visible">True</property>
274 <property name="can_focus">True</property>
275 <property name="receives_default">False</property>
276 <property name="use_action_appearance">False</property>
277 <property name="draw_indicator">True</property>
278 </object>
279 </child>
280 <child>
281 <object class="GtkImage" id="image4">
282 <property name="visible">True</property>
283 <property name="can_focus">False</property>
284 <property name="xpad">5</property>
285 <property name="pixbuf">services-bookmarks.png</property>
286 </object>
287 <packing>
288 <property name="left_attach">1</property>
289 <property name="right_attach">2</property>
290 </packing>
291 </child>
292 <child>
293 <object class="GtkLabel" id="label6">
294 <property name="visible">True</property>
295 <property name="can_focus">False</property>
296 <property name="xalign">0</property>
297 <property name="label" translatable="yes">Enable Bookmarks Sync</property>
298 </object>
299 <packing>
300 <property name="left_attach">2</property>
301 <property name="right_attach">3</property>
302 </packing>
303 </child>
304 <child>
305 <object class="GtkLabel" id="label7">
306 <property name="visible">True</property>
307 <property name="can_focus">False</property>
308 <property name="xalign">0</property>
309 <property name="yalign">0</property>
310 <property name="label" translatable="yes">&lt;span font_size="small"&gt;Bookmarks sync works with Firefox. Once enabled, you will need to install a plugin&lt;/span&gt;</property>
311 <property name="use_markup">True</property>
312 <property name="wrap">True</property>
313 <property name="width_chars">30</property>
314 </object>
315 <packing>
316 <property name="left_attach">2</property>
317 <property name="right_attach">3</property>
318 <property name="top_attach">1</property>
319 <property name="bottom_attach">2</property>
320 </packing>
321 </child>
322 <child>
323 <placeholder/>
324 </child>
325 <child>
326 <placeholder/>
327 </child>
328 </object>
329 <packing>
330 <property name="expand">False</property>
331 <property name="fill">True</property>
332 <property name="position">0</property>
333 </packing>
334 </child>
335 </object>
336 <packing>
337 <property name="expand">False</property>
338 <property name="fill">True</property>
339 <property name="pack_type">end</property>
340 <property name="position">1</property>
341 </packing>
342 </child>369 </child>
343 </object>370 </object>
371 <packing>
372 <property name="expand">False</property>
373 <property name="fill">True</property>
374 <property name="position">1</property>
375 </packing>
344 </child>376 </child>
345 </object>377 </object>
346 <packing>
347 <property name="expand">True</property>
348 <property name="fill">True</property>
349 <property name="position">1</property>
350 </packing>
351 </child>378 </child>
352 </object>379 </object>
353 </child>380 </child>
354381
=== modified file 'ubuntuone/controlpanel/gtk/gui.py'
--- ubuntuone/controlpanel/gtk/gui.py 2011-03-21 20:16:16 +0000
+++ ubuntuone/controlpanel/gtk/gui.py 2011-03-21 21:21:05 +0000
@@ -855,7 +855,7 @@
855855
856 INSTALL_PACKAGE = _('You need to install the package <i>%(package_name)s'856 INSTALL_PACKAGE = _('You need to install the package <i>%(package_name)s'
857 '</i> in order to enable more sync services.')857 '</i> in order to enable more sync services.')
858 INSTALLING = _('installation of <i>%(package_name)s</i> in progress')858 INSTALLING = _('Installation of <i>%(package_name)s</i> in progress')
859 FAILED_INSTALL = _('<i>%(package_name)s</i> could not be installed')859 FAILED_INSTALL = _('<i>%(package_name)s</i> could not be installed')
860 SUCCESS_INSTALL = _('<i>%(package_name)s</i> was successfully installed')860 SUCCESS_INSTALL = _('<i>%(package_name)s</i> was successfully installed')
861861
@@ -1024,7 +1024,7 @@
1024class DesktopcouchService(Service):1024class DesktopcouchService(Service):
1025 """A desktopcouch service."""1025 """A desktopcouch service."""
10261026
1027 INSTALL_PACKAGE = _('Install <i>%(plugin_name)s</i> plugin '1027 INSTALL_PACKAGE = _('Install the %(plugin_name)s '
1028 'for %(service_name)s sync')1028 'for %(service_name)s sync')
10291029
1030 def __init__(self, service_id, name, enabled,1030 def __init__(self, service_id, name, enabled,
@@ -1092,8 +1092,8 @@
10921092
1093 TITLE = _('Enable the sync services for this computer.')1093 TITLE = _('Enable the sync services for this computer.')
1094 DESKTOPCOUCH_PKG = 'desktopcouch-ubuntuone'1094 DESKTOPCOUCH_PKG = 'desktopcouch-ubuntuone'
1095 BOOKMARKS = 'Firefox'1095 BOOKMARKS = _('Firefox extension')
1096 CONTACTS = 'Evolution'1096 CONTACTS = _('Evolution plug-in')
1097 NO_PAIRING_RECORD = _('There is no Ubuntu One pairing record.')1097 NO_PAIRING_RECORD = _('There is no Ubuntu One pairing record.')
1098 CONTACTS_LINK = 'https://one.ubuntu.com/'1098 CONTACTS_LINK = 'https://one.ubuntu.com/'
10991099

Subscribers

People subscribed via source and target branches