Skip to content

Commit

Permalink
Merge pull request #343 from Alexmelman88/main
Browse files Browse the repository at this point in the history
Add missing string for translation
  • Loading branch information
nokyan authored Aug 25, 2024
2 parents a8fad80 + 42c798c commit 788b97c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/resources/ui/dialogs/process_options_dialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<property name="spacing">16</property>
<child>
<object class="GtkButton" id="apply_button">
<property name="label">Apply</property>
<property name="label" translatable="yes">Apply</property>
<property name="halign">center</property>
<property name="hexpand">true</property>
<style>
Expand Down Expand Up @@ -133,4 +133,4 @@
</object>
</child>
</template>
</interface>
</interface>
6 changes: 5 additions & 1 deletion po/resources.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-24 11:07+0200\n"
"POT-Creation-Date: 2024-08-26 01:10+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -1294,6 +1294,10 @@ msgstr ""
msgid "Process Options"
msgstr ""

#: data/resources/ui/dialogs/process_options_dialog.ui:29
msgid "Apply"
msgstr ""

#: data/resources/ui/dialogs/process_options_dialog.ui:72
msgid "Niceness"
msgstr ""
Expand Down

0 comments on commit 788b97c

Please sign in to comment.