Skip to content

Commit

Permalink
fix: template editor help button
Browse files Browse the repository at this point in the history
  • Loading branch information
windingwind committed Oct 13, 2024
1 parent 314f3a0 commit d02c35e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions addon/chrome/content/templateEditor.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,11 @@
></xul:menuitem>
</xul:menupopup>
</xul:menulist>
<button
<xul:button
id="templateType-help"
data-l10n-id="templateType-help"
class="help-button"
></button>
></xul:button>
</xul:hbox>
<xul:hbox align="center">
<div style="flex-shrink: 0" data-l10n-id="templateName"></div>
Expand Down
2 changes: 1 addition & 1 deletion addon/locale/en-US/templateEditor.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ templateType-system =
templateType-unknown =
.label = ?
templateType-help =
.label = About...
.label = ?
.title = Detailed explanation of template types
templateName = Template Name
Expand Down
2 changes: 1 addition & 1 deletion addon/locale/it-IT/templateEditor.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ templateType-system =
templateType-unknown =
.label = ?
templateType-help =
.label = Informazioni su...
.label = ?
.title = Spiegazioni dettagliate sui tipi di template
templateName = Nome template
Expand Down
2 changes: 1 addition & 1 deletion addon/locale/ru-RU/templateEditor.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ templateType-system =
templateType-unknown =
.label = ?
templateType-help =
.label = About...
.label = ?
.title = Detailed explanation of template types
templateName = Имя шаблона
Expand Down
2 changes: 1 addition & 1 deletion addon/locale/tr-TR/templateEditor.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ templateType-system =
templateType-unknown =
.label = ?
templateType-help =
.label = About...
.label = ?
.title = Detailed explanation of template types
templateName = Şablon Adı
Expand Down
2 changes: 1 addition & 1 deletion addon/locale/zh-CN/templateEditor.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ templateType-system =
templateType-unknown =
.label = ?
templateType-help =
.label = 关于...
.label = ?
.title = 模板{ -variable-type }的详细解释
templateName = 模板名称
Expand Down

0 comments on commit d02c35e

Please sign in to comment.