Skip to content

Commit

Permalink
nemo-action-layout-editor.glade: Set a translation domain.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwebster committed Jul 2, 2024
1 parent 055b47a commit 544732a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion action-layout-editor/nemo-action-layout-editor.glade
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.40.0 -->
<interface>
<interface domain="nemo">
<requires lib="gtk+" version="3.24"/>
<object class="GtkImage" id="image2">
<property name="visible">True</property>
Expand Down
1 change: 0 additions & 1 deletion action-layout-editor/nemo_action_layout_editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

import leconfig

#FIXME build config
gettext.install(leconfig.PACKAGE, leconfig.LOCALE_DIR)

JSON_FILE = Path(GLib.get_user_config_dir()).joinpath("nemo/actions-tree.json")
Expand Down

0 comments on commit 544732a

Please sign in to comment.