Skip to content

Commit

Permalink
Update makepot, fix some strings in the layout editor.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwebster committed Jun 4, 2024
1 parent 88ec5d2 commit 1e0e286
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions action-layout-editor/nemo-action-layout-editor.glade
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.38.2 -->
<!-- Generated with glade 3.40.0 -->
<interface>
<requires lib="gtk+" version="3.24"/>
<object class="GtkImage" id="image2">
Expand Down Expand Up @@ -235,7 +235,7 @@
<object class="GtkLabel" id="row_uuid_label">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">foo@bar</property>
<property name="label">foo@bar</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
Expand Down
2 changes: 1 addition & 1 deletion action-layout-editor/nemo-action-layout-editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ def on_new_submenu_clicked(self, menuitem):

new_iter = self.model.insert_after(parent, selection_iter, [
new_hash(),
_("New Submenu"),
_("New submenu"),
ROW_TYPE_SUBMENU,
0,
Row({"uuid": "New Submenu"}, None, None, True)])
Expand Down
2 changes: 2 additions & 0 deletions makepot
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ xgettext -c --join-existing --from-code=UTF-8 --keyword=_ --keyword=N_ --output=
data/nemo-actions/action_i18n_strings.py generate_additional_file
xgettext -c --join-existing -L Glade gresources/*.glade --output=nemo.pot
xgettext -c --join-existing -L Glade gresources/*.ui --output=nemo.pot
xgettext -c --join-existing -L Glade action-layout-editor/*.glade --output=nemo.pot
xgettext -c --join-existing -L Python action-layout-editor/*.py --output=nemo.pot

0 comments on commit 1e0e286

Please sign in to comment.