Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kamm <mail@ckamm.de>2018-05-18 09:29:40 +0300
committerckamm <mail@ckamm.de>2018-05-23 10:57:00 +0300
commit8f9f2b546277898ea602ae40f639e4b58e413fe5 (patch)
treee2cfa3ebe6f09e39f68104d90ed942c954569b00 /src/gui/owncloud.xml.in
parent70b1deb2262e440753b02d56a2390e0a407aba4a (diff)
Rename Placeholders to Virtual Files in code #6531
Diffstat (limited to 'src/gui/owncloud.xml.in')
-rw-r--r--src/gui/owncloud.xml.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/owncloud.xml.in b/src/gui/owncloud.xml.in
index 8bc9b48fe..78c8b4b1b 100644
--- a/src/gui/owncloud.xml.in
+++ b/src/gui/owncloud.xml.in
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/x-@APPLICATION_EXECUTABLE@">
- <comment>@APPLICATION_NAME@ placeholders</comment>
- <glob pattern="*.@APPLICATION_PLACEHOLDER_SUFFIX@"/>
+ <comment>@APPLICATION_NAME@ virtual files</comment>
+ <glob pattern="*.@APPLICATION_VIRTUALFILE_SUFFIX@"/>
</mime-type>
</mime-info>