File: AboutHemingway.ui

package info (click to toggle)
apostrophe 3.2-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,008 kB
  • sloc: python: 4,597; xml: 209; sh: 66; javascript: 51; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 801 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <requires lib="gtk" version="4.0" />
  <requires lib="adw" version="1.0" />
  <object class="AdwAlertDialog" id="dialog">
  <property name="heading" translatable="yes">Hemingway Mode</property>
  <property name="body" translatable="yes">The Hemingway Mode mimics the experience of writing on a typewriter, not allowing you to delete any text or doing any kind of editing. 

Only being able to move forward may be frustrating, but can be an interesting exercise for improving your writing skills, gaining focus or facing the task on hand with a different mindset.
  </property>
  <property name="close-response">cancel</property>
  <responses>
      <response id="cancel" translatable="yes">_Close</response>
  </responses>
  </object>
</interface>