Skip to content

Commit

Permalink
screenshotdialog: Misc string changes
Browse files Browse the repository at this point in the history
- Use header capitalization in several strings
- Remove the article "the" from some strings to keep phrasing style consistent

https://developer.gnome.org/hig/guidelines/writing-style.html
  • Loading branch information
Automeris naranja authored and GeorgesStavracas committed Oct 28, 2023
1 parent ba9c607 commit 0313e28
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/screenshotdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<object class="GtkCheckButton" id="grab_screen">
<property name="use_underline">1</property>
<property name="margin-start">20</property>
<property name="label" translatable="yes">Grab the whole sc_reen</property>
<property name="label" translatable="yes">Grab Whole Sc_reen</property>
<property name="action-name">dialog.grab</property>
<property name="action-target">&apos;screen&apos;</property>
</object>
Expand All @@ -137,7 +137,7 @@
<property name="use_underline">1</property>
<property name="margin-start">20</property>
<property name="group">grab_screen</property>
<property name="label" translatable="yes">Grab the current _window</property>
<property name="label" translatable="yes">Grab Current _Window</property>
<property name="action-name">dialog.grab</property>
<property name="action-target">&apos;window&apos;</property>
</object>
Expand All @@ -147,7 +147,7 @@
<property name="use_underline">1</property>
<property name="margin-start">20</property>
<property name="group">grab_screen</property>
<property name="label" translatable="yes">Select _area to grab</property>
<property name="label" translatable="yes">Select _Area to Grab</property>
<property name="action-name">dialog.grab</property>
<property name="action-target">&apos;area&apos;</property>
</object>
Expand Down Expand Up @@ -189,15 +189,15 @@
<object class="GtkCheckButton" id="include_pointer">
<property name="use_underline">1</property>
<property name="margin-start">20</property>
<property name="label" translatable="yes">Include _pointer</property>
<property name="label" translatable="yes">Include _Pointer</property>
<property name="action-name">dialog.pointer</property>
</object>
</child>
<child>
<object class="GtkCheckButton" id="include_border">
<property name="use_underline">1</property>
<property name="margin-start">20</property>
<property name="label" translatable="yes">Include the window _border</property>
<property name="label" translatable="yes">Include Window _Border</property>
<property name="action-name">dialog.border</property>
</object>
</child>
Expand Down

0 comments on commit 0313e28

Please sign in to comment.