diff options
author | Brent Hull <[email protected]> | 2012-11-06 18:37:30 -0500 |
---|---|---|
committer | Brent Hull <[email protected]> | 2012-11-06 18:37:30 -0500 |
commit | 3ff24d135d034734cb2d3232611eaf89166ed844 (patch) | |
tree | abb26e0b5b9b20824d10644af6671d45b752ef90 | |
parent | b70c32d77a51bd023e745bca4063caa9d260fa7e (diff) | |
download | mate-desktop-3ff24d135d034734cb2d3232611eaf89166ed844.tar.bz2 mate-desktop-3ff24d135d034734cb2d3232611eaf89166ed844.tar.xz |
Fix typo in browser schema
-rw-r--r-- | schemas/org.mate.applications-browser.gschema.xml.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/schemas/org.mate.applications-browser.gschema.xml.in.in b/schemas/org.mate.applications-browser.gschema.xml.in.in index 8a860ed..57c49d3 100644 --- a/schemas/org.mate.applications-browser.gschema.xml.in.in +++ b/schemas/org.mate.applications-browser.gschema.xml.in.in @@ -1,5 +1,5 @@ <schemalist gettext-domain="@GETTEXT_PACKAGE@"> - <schema id="org.mate.applications-browsser" path="/org/mate/desktop/applications/browser/"> + <schema id="org.mate.applications-browser" path="/org/mate/desktop/applications/browser/"> <key name="exec" type="s"> <default>'mozilla'</default> <_summary>Default browser</_summary> |