Skip to content

Commit

Permalink
fix: Missing translatables in budgie-screenshot (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshStrobl committed Feb 9, 2023
1 parent 437e1e1 commit 91a3b03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/daemon/aftershot.ui
Expand Up @@ -45,7 +45,7 @@
<object class="GtkLabel" id="filenamelabel">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label">Name:</property>
<property name="label" translatable="yes">Name:</property>
<property name="xalign">0</property>
</object>
<packing>
Expand Down Expand Up @@ -82,7 +82,7 @@
<object class="GtkLabel" id="pickdirlabel">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label">Folder: </property>
<property name="label" translatable="yes">Folder:</property>
<property name="xalign">0</property>
</object>
<packing>
Expand Down
6 changes: 3 additions & 3 deletions src/daemon/screenshothome.ui
Expand Up @@ -32,7 +32,7 @@
<property name="height-request">10</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label">Delay in seconds</property>
<property name="label" translatable="yes">Delay in seconds</property>
<property name="xalign">0</property>
<style>
<class name="optionslabel"/>
Expand Down Expand Up @@ -88,7 +88,7 @@
<property name="height-request">10</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label">Show Pointer</property>
<property name="label" translatable="yes">Show Pointer</property>
<property name="xalign">0</property>
<style>
<class name="optionslabel"/>
Expand Down Expand Up @@ -138,7 +138,7 @@
<property name="height-request">10</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label">Play sound when capturing</property>
<property name="label" translatable="yes">Play sound when capturing</property>
<property name="xalign">0</property>
<style>
<class name="optionslabel"/>
Expand Down

0 comments on commit 91a3b03

Please sign in to comment.