[extensions-web/wip/visual-tag: 3/4] extensions: details: added missing translation string




commit b092c6200fee5685f1ef58ad0ca3ef003685feee
Author: Yuri Konotopov <ykonotopov gnome org>
Date:   Sun Apr 24 20:57:54 2022 +0400

    extensions: details: added missing translation string

 sweettooth/extensions/templates/extensions/detail.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/sweettooth/extensions/templates/extensions/detail.html 
b/sweettooth/extensions/templates/extensions/detail.html
index 6712754..65de4d2 100644
--- a/sweettooth/extensions/templates/extensions/detail.html
+++ b/sweettooth/extensions/templates/extensions/detail.html
@@ -57,7 +57,7 @@
             <dl>
               {% if extension.session_unlock_dialog %}
               <dt>{% trans "Session Mode(s)" %}</dt>
-              <dd><button type="disabled" class="btn btn-info btn-sm" title="This extension will run while 
the screen is locked">{% trans "Unlock Dialog" %}</button></dd>
+              <dd><button type="disabled" class="btn btn-info btn-sm" title="{% trans "This extension will 
run while the screen is locked" %}">{% trans "Unlock Dialog" %}</button></dd>
               {% endif %}
             </dl>
             <dl>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]