|
234 | 234 | <placeholder/>
|
235 | 235 | </child>
|
236 | 236 | </object>
|
| 237 | + <object class="GtkDialog" id="instance_dialog"> |
| 238 | + <property name="width_request">200</property> |
| 239 | + <property name="can_focus">False</property> |
| 240 | + <property name="type_hint">dialog</property> |
| 241 | + <child internal-child="vbox"> |
| 242 | + <object class="GtkBox"> |
| 243 | + <property name="can_focus">False</property> |
| 244 | + <property name="orientation">vertical</property> |
| 245 | + <property name="spacing">2</property> |
| 246 | + <child internal-child="action_area"> |
| 247 | + <object class="GtkButtonBox"> |
| 248 | + <property name="can_focus">False</property> |
| 249 | + <property name="layout_style">end</property> |
| 250 | + <child> |
| 251 | + <object class="GtkButton" id="pin_cancel1"> |
| 252 | + <property name="label">gtk-cancel</property> |
| 253 | + <property name="visible">True</property> |
| 254 | + <property name="can_focus">True</property> |
| 255 | + <property name="receives_default">True</property> |
| 256 | + <property name="use_stock">True</property> |
| 257 | + </object> |
| 258 | + <packing> |
| 259 | + <property name="expand">True</property> |
| 260 | + <property name="fill">True</property> |
| 261 | + <property name="position">0</property> |
| 262 | + </packing> |
| 263 | + </child> |
| 264 | + <child> |
| 265 | + <object class="GtkButton" id="pin_ok1"> |
| 266 | + <property name="label">gtk-ok</property> |
| 267 | + <property name="visible">True</property> |
| 268 | + <property name="can_focus">True</property> |
| 269 | + <property name="receives_default">True</property> |
| 270 | + <property name="use_stock">True</property> |
| 271 | + </object> |
| 272 | + <packing> |
| 273 | + <property name="expand">True</property> |
| 274 | + <property name="fill">True</property> |
| 275 | + <property name="position">1</property> |
| 276 | + </packing> |
| 277 | + </child> |
| 278 | + </object> |
| 279 | + <packing> |
| 280 | + <property name="expand">False</property> |
| 281 | + <property name="fill">False</property> |
| 282 | + <property name="position">0</property> |
| 283 | + </packing> |
| 284 | + </child> |
| 285 | + <child> |
| 286 | + <object class="GtkLabel"> |
| 287 | + <property name="visible">True</property> |
| 288 | + <property name="can_focus">False</property> |
| 289 | + <property name="label" translatable="yes">Enter the URL of your Mastodon instance (for example, mastodon.social):</property> |
| 290 | + <property name="wrap">True</property> |
| 291 | + </object> |
| 292 | + <packing> |
| 293 | + <property name="expand">False</property> |
| 294 | + <property name="fill">True</property> |
| 295 | + <property name="position">2</property> |
| 296 | + </packing> |
| 297 | + </child> |
| 298 | + <child> |
| 299 | + <object class="GtkEntry" id="instance_entry"> |
| 300 | + <property name="visible">True</property> |
| 301 | + <property name="can_focus">True</property> |
| 302 | + <property name="activates_default">True</property> |
| 303 | + </object> |
| 304 | + <packing> |
| 305 | + <property name="expand">False</property> |
| 306 | + <property name="fill">True</property> |
| 307 | + <property name="position">4</property> |
| 308 | + </packing> |
| 309 | + </child> |
| 310 | + </object> |
| 311 | + </child> |
| 312 | + <action-widgets> |
| 313 | + <action-widget response="0">pin_cancel1</action-widget> |
| 314 | + <action-widget response="1">pin_ok1</action-widget> |
| 315 | + </action-widgets> |
| 316 | + <child> |
| 317 | + <placeholder/> |
| 318 | + </child> |
| 319 | + </object> |
237 | 320 | <object class="GtkDialog" id="pin_dialog">
|
238 | 321 | <property name="width_request">200</property>
|
239 | 322 | <property name="can_focus">False</property>
|
|
286 | 369 | <object class="GtkLabel">
|
287 | 370 | <property name="visible">True</property>
|
288 | 371 | <property name="can_focus">False</property>
|
289 |
| - <property name="label" translatable="yes">Enter PIN</property> |
| 372 | + <property name="label" translatable="yes">Enter Auth Code</property> |
290 | 373 | </object>
|
291 | 374 | <packing>
|
292 | 375 | <property name="expand">False</property>
|
|
298 | 381 | <object class="GtkLabel">
|
299 | 382 | <property name="visible">True</property>
|
300 | 383 | <property name="can_focus">False</property>
|
301 |
| - <property name="label" translatable="yes">You must authorize the app to access your Twitter account. Please visit the following URL to get a PIN and enter it below.</property> |
| 384 | + <property name="label" translatable="yes">You must authorize the app to access your account. Please visit the following URL to get an authorization code and enter it below.</property> |
302 | 385 | <property name="wrap">True</property>
|
303 | 386 | </object>
|
304 | 387 | <packing>
|
|
309 | 392 | </child>
|
310 | 393 | <child>
|
311 | 394 | <object class="GtkLinkButton" id="pin_auth_url">
|
312 |
| - <property name="label" translatable="yes">button</property> |
| 395 | + <property name="label" translatable="yes">(URL)</property> |
313 | 396 | <property name="visible">True</property>
|
314 | 397 | <property name="can_focus">True</property>
|
315 | 398 | <property name="receives_default">True</property>
|
|
343 | 426 | <placeholder/>
|
344 | 427 | </child>
|
345 | 428 | </object>
|
346 |
| - <object class="GtkWindow" id="tweetwin"> |
| 429 | + <object class="GtkWindow" id="status_window"> |
347 | 430 | <property name="width_request">600</property>
|
348 | 431 | <property name="height_request">40</property>
|
349 | 432 | <property name="visible">True</property>
|
|
358 | 441 | <property name="can_focus">False</property>
|
359 | 442 | <property name="orientation">vertical</property>
|
360 | 443 | <child>
|
361 |
| - <object class="GtkLabel" id="tweetprompt"> |
| 444 | + <object class="GtkBox"> |
362 | 445 | <property name="visible">True</property>
|
363 | 446 | <property name="can_focus">False</property>
|
364 |
| - <property name="hexpand">False</property> |
365 |
| - <property name="vexpand">False</property> |
366 |
| - <property name="label" translatable="yes">Enter your tweet: (140)</property> |
367 |
| - <property name="single_line_mode">True</property> |
| 447 | + <child> |
| 448 | + <object class="GtkLabel" id="prompt_label"> |
| 449 | + <property name="visible">True</property> |
| 450 | + <property name="can_focus">False</property> |
| 451 | + <property name="hexpand">False</property> |
| 452 | + <property name="vexpand">False</property> |
| 453 | + <property name="label" translatable="yes">Enter your status:</property> |
| 454 | + <property name="single_line_mode">True</property> |
| 455 | + </object> |
| 456 | + <packing> |
| 457 | + <property name="expand">True</property> |
| 458 | + <property name="fill">True</property> |
| 459 | + <property name="position">0</property> |
| 460 | + </packing> |
| 461 | + </child> |
| 462 | + <child> |
| 463 | + <object class="GtkLabel" id="status_chars"> |
| 464 | + <property name="visible">True</property> |
| 465 | + <property name="can_focus">False</property> |
| 466 | + <property name="hexpand">False</property> |
| 467 | + <property name="vexpand">False</property> |
| 468 | + <property name="label" translatable="yes">(0/?)</property> |
| 469 | + <property name="single_line_mode">True</property> |
| 470 | + </object> |
| 471 | + <packing> |
| 472 | + <property name="expand">False</property> |
| 473 | + <property name="fill">True</property> |
| 474 | + <property name="padding">5</property> |
| 475 | + <property name="position">1</property> |
| 476 | + </packing> |
| 477 | + </child> |
368 | 478 | </object>
|
369 | 479 | <packing>
|
370 | 480 | <property name="expand">False</property>
|
|
373 | 483 | </packing>
|
374 | 484 | </child>
|
375 | 485 | <child>
|
376 |
| - <object class="GtkEntry" id="tweetentry"> |
| 486 | + <object class="GtkEntry" id="status_entry"> |
377 | 487 | <property name="visible">True</property>
|
378 | 488 | <property name="can_focus">True</property>
|
379 | 489 | <property name="width_chars">140</property>
|
|
0 commit comments