diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-09-18 23:54:59 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-09-19 00:02:13 -0300 |
commit | 3635b99d25178b47fe1f025b6e3e6e32d1db2064 (patch) | |
tree | b080fc2f3de87c4d9f42632aba0b9223ee785d66 | |
parent | d95d769562653a7771360e53fb31fa969f66ec8a (diff) |
Update hostname messages at the schema
Now, the server can use more than just FTP. So, make the
summary and description more generic.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
-rw-r--r-- | data/org.gnome.camorama.gschema.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/org.gnome.camorama.gschema.xml.in b/data/org.gnome.camorama.gschema.xml.in index 67ee690..2b085c1 100644 --- a/data/org.gnome.camorama.gschema.xml.in +++ b/data/org.gnome.camorama.gschema.xml.in @@ -38,8 +38,8 @@ </key> <key name="hostname" type="s"> <default>'yourdomain.org'</default> - <summary>Hostname for FTP server</summary> - <description>Hostname for the FTP server for remote captures.</description> + <summary>Hostname for the server</summary> + <description>Hostname for the server used for remote captures.</description> </key> <key name="local-capture" type="b"> <default>true</default> |