Fix preference subtitle not translatable
This commit is contained in:
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Night Theme Switcher\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-08-19 14:00+0200\n"
|
||||
"POT-Creation-Date: 2021-08-19 15:12+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -431,6 +431,14 @@ msgstr ""
|
||||
msgid "Manual variants"
|
||||
msgstr ""
|
||||
|
||||
#: src/preferences/ui/GtkPreferences.ui:40
|
||||
msgid ""
|
||||
"You can manually set variants if the extension cannot automatically detect "
|
||||
"the day and night variants of your GTK theme. Please <a href=\"https://"
|
||||
"gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension/-/issues\">submit "
|
||||
"a request</a> to get your theme supported."
|
||||
msgstr ""
|
||||
|
||||
#: src/preferences/ui/Headerbar.ui:12 src/preferences/ui/Headerbar.ui:24
|
||||
msgid "Support us"
|
||||
msgstr ""
|
||||
@@ -520,6 +528,14 @@ msgstr ""
|
||||
msgid "Switch Shell theme variants"
|
||||
msgstr ""
|
||||
|
||||
#: src/preferences/ui/ShellPreferences.ui:40
|
||||
msgid ""
|
||||
"You can manually set variants if the extension cannot automatically detect "
|
||||
"the day and night variants of your GNOME Shell theme. Please <a href="
|
||||
"\"https://gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension/-/issues"
|
||||
"\">submit a request</a> to get your theme supported."
|
||||
msgstr ""
|
||||
|
||||
#: src/preferences/ui/ShortcutButton.ui:32
|
||||
msgid "Change keyboard shortcut"
|
||||
msgstr ""
|
||||
|
||||
@@ -37,7 +37,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
||||
<child>
|
||||
<object class="PreferenceRow">
|
||||
<property name="title" translatable="yes">Manual variants</property>
|
||||
<property name="subtitle"><![CDATA[You can manually set variants if the extension cannot automatically detect the day and night variants of your GTK theme. Please <a href="https://gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension/-/issues">submit a request</a> to get your theme supported.]]></property>
|
||||
<property name="subtitle" translatable="yes"><![CDATA[You can manually set variants if the extension cannot automatically detect the day and night variants of your GTK theme. Please <a href="https://gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension/-/issues">submit a request</a> to get your theme supported.]]></property>
|
||||
<property name="activatable-widget">
|
||||
<object class="GtkSwitch" id="manual_switch"/>
|
||||
</property>
|
||||
|
||||
@@ -37,7 +37,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
||||
<child>
|
||||
<object class="PreferenceRow">
|
||||
<property name="title" translatable="yes">Manual variants</property>
|
||||
<property name="subtitle"><![CDATA[You can manually set variants if the extension cannot automatically detect the day and night variants of your GNOME Shell theme. Please <a href="https://gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension/-/issues">submit a request</a> to get your theme supported.]]></property>
|
||||
<property name="subtitle" translatable="yes"><![CDATA[You can manually set variants if the extension cannot automatically detect the day and night variants of your GNOME Shell theme. Please <a href="https://gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension/-/issues">submit a request</a> to get your theme supported.]]></property>
|
||||
<property name="activatable-widget">
|
||||
<object class="GtkSwitch" id="manual_switch"/>
|
||||
</property>
|
||||
|
||||
Reference in New Issue
Block a user