Fix placeholder text

This commit is contained in:
Romain Vigier
2022-02-18 18:25:37 +01:00
parent 5432c229f1
commit e3c11c0f35
2 changed files with 10 additions and 5 deletions
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Night Theme Switcher\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"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -26,7 +26,7 @@ msgid "Turn Night Mode Off"
msgstr ""
#: src/modules/TimerOndemand.js:218
msgid "Extension Preferences"
msgid "Extension Settings"
msgstr ""
#: src/modules/TimerOndemand.js:227
@@ -308,7 +308,7 @@ msgstr ""
msgid "Change background"
msgstr ""
#: src/preferences/ui/BackgroundButton.ui:27
#: src/preferences/ui/BackgroundButton.ui:31
msgid "Select your background image"
msgstr ""
@@ -335,7 +335,7 @@ msgid "Sunrise"
msgstr ""
#. 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!\""
msgstr ""
@@ -343,6 +343,11 @@ msgstr ""
msgid "Sunset"
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
msgid "Contribute"
msgstr ""
+1 -1
View File
@@ -36,7 +36,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
<property name="activatable-widget">sunset_entry</property>
<child>
<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="width-chars">28</property>
<property name="valign">center</property>