Fix placeholder text
This commit is contained in:
@@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Night Theme Switcher\n"
|
"Project-Id-Version: Night Theme Switcher\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2022-02-18 14:04+0100\n"
|
"POT-Creation-Date: 2022-02-18 18:25+0100\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@@ -26,7 +26,7 @@ msgid "Turn Night Mode Off"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/modules/TimerOndemand.js:218
|
#: src/modules/TimerOndemand.js:218
|
||||||
msgid "Extension Preferences"
|
msgid "Extension Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/modules/TimerOndemand.js:227
|
#: src/modules/TimerOndemand.js:227
|
||||||
@@ -308,7 +308,7 @@ msgstr ""
|
|||||||
msgid "Change background"
|
msgid "Change background"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/preferences/ui/BackgroundButton.ui:27
|
#: src/preferences/ui/BackgroundButton.ui:31
|
||||||
msgid "Select your background image"
|
msgid "Select your background image"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -335,7 +335,7 @@ msgid "Sunrise"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Don't translate the `notify-send` command.
|
#. Don't translate the `notify-send` command.
|
||||||
#: src/preferences/ui/CommandsPage.ui:25 src/preferences/ui/CommandsPage.ui:39
|
#: src/preferences/ui/CommandsPage.ui:25
|
||||||
msgid "notify-send \"Hello sunshine!\""
|
msgid "notify-send \"Hello sunshine!\""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -343,6 +343,11 @@ msgstr ""
|
|||||||
msgid "Sunset"
|
msgid "Sunset"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. Don't translate the `notify-send` command.
|
||||||
|
#: src/preferences/ui/CommandsPage.ui:39
|
||||||
|
msgid "notify-send \"Hello moonshine!\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/preferences/ui/ContributePage.ui:9
|
#: src/preferences/ui/ContributePage.ui:9
|
||||||
msgid "Contribute"
|
msgid "Contribute"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
|||||||
<property name="activatable-widget">sunset_entry</property>
|
<property name="activatable-widget">sunset_entry</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="ClearableEntry" id="sunset_entry">
|
<object class="ClearableEntry" id="sunset_entry">
|
||||||
<property name="placeholder-text" translatable="yes" comments="Don't translate the `notify-send` command.">notify-send "Hello sunshine!"</property>
|
<property name="placeholder-text" translatable="yes" comments="Don't translate the `notify-send` command.">notify-send "Hello moonshine!"</property>
|
||||||
<property name="input-purpose">terminal</property>
|
<property name="input-purpose">terminal</property>
|
||||||
<property name="width-chars">28</property>
|
<property name="width-chars">28</property>
|
||||||
<property name="valign">center</property>
|
<property name="valign">center</property>
|
||||||
|
|||||||
Reference in New Issue
Block a user