Skip to content

Commit

Permalink
Fix translation of "Select function" string.
Browse files Browse the repository at this point in the history
The string "Select function" (in English) in the preferences tab was
hard-coded rather than using the translation string, so it wasn't
getting translated in the UI.
  • Loading branch information
jikamens committed Mar 4, 2024
1 parent 7fd838f commit 085a2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
</div>

<div id="FunctionEditorDiv" style="display:none;">
Select function
<span class="">__MSG_selectfunction__</span>
<select id="functionNames" style="margin-bottom:0.5em;margin-left:0.5em">
<option value="ReadMeFirst" id="ufunc-ReadMeFirst" selected>
ReadMeFirst
Expand Down

0 comments on commit 085a2f3

Please sign in to comment.