Skip to content

Commit

Permalink
action-layout-editor: Translate action names
Browse files Browse the repository at this point in the history
  • Loading branch information
clefebvre committed Jul 20, 2024
1 parent 349ccd0 commit a274df9
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -85,7 +85,7 @@ def get_label(self):
if label is None:
if self.keyfile is not None:
try:
label = self.keyfile.get_string('Nemo Action', 'Name').replace("_", "")
label = self.keyfile.get_locale_string('Nemo Action', 'Name', None).replace("_", "")
except GLib.Error as e:
print(e)
pass
Expand Down

0 comments on commit a274df9

Please sign in to comment.