summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2022-09-06 19:15:33 +0200
committerChristian Persch <chpe@src.gnome.org>2022-09-06 19:15:33 +0200
commitd25a229a00587912afbceffa8ba3a31e3c6830b3 (patch)
treee60bca200e76896c46e027850939aae92ecd34c6
parent1f0c9a20318fc0bb25f378c6918f6df1d9d442c8 (diff)
downloadgnome-terminal-d25a229a00587912afbceffa8ba3a31e3c6830b3.tar.gz
prefs: Try to improve translator hint comment
-rw-r--r--src/org.gnome.Terminal.gschema.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org.gnome.Terminal.gschema.xml b/src/org.gnome.Terminal.gschema.xml
index 26b96acf..36a0230e 100644
--- a/src/org.gnome.Terminal.gschema.xml
+++ b/src/org.gnome.Terminal.gschema.xml
@@ -129,7 +129,7 @@
<schema id="org.gnome.Terminal.Legacy.Profile">
<key name="visible-name" type="s">
- <!-- Translators: Keep single quote please! -->
+ <!-- Translators: This needs to be parsed as a GVariant string, so keep the regular single quotes around the string as-is, and do not add extra quotes. -->
<default l10n="messages" context="visible-name">'Unnamed'</default>
<summary>Human-readable name of the profile</summary>
<description>Human-readable name of the profile.</description>