correct GNOME spelling, #4
This commit is contained in:
parent
7344f494bc
commit
6149951ac1
3 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Activate Gnome
|
# Activate GNOME
|
||||||
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](./LICENSE)
|
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](./LICENSE)
|
||||||
|
|
||||||
A gnome-shell extension to show 'Activate Gnome' watermark.
|
A gnome-shell extension to show 'Activate GNOME' watermark.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
### From extensions.gnome.org
|
### From extensions.gnome.org
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Activate Gnome",
|
"name": "Activate GNOME",
|
||||||
"description": "Shows Activate Gnome watermark on your screen.",
|
"description": "Shows Activate GNOME watermark on your screen.",
|
||||||
"uuid": "activate_gnome@isjerryxiao",
|
"uuid": "activate_gnome@isjerryxiao",
|
||||||
"settings-schema": "org.gnome.shell.extensions.activate_gnome",
|
"settings-schema": "org.gnome.shell.extensions.activate_gnome",
|
||||||
"shell-version": [
|
"shell-version": [
|
||||||
|
@ -8,6 +8,6 @@
|
||||||
"41",
|
"41",
|
||||||
"42"
|
"42"
|
||||||
],
|
],
|
||||||
"version": 5,
|
"version": 6,
|
||||||
"url": "https://github.com/isjerryxiao/gnome-shell-extension-activate-gnome"
|
"url": "https://github.com/isjerryxiao/gnome-shell-extension-activate-gnome"
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<schema id="org.gnome.shell.extensions.activate_gnome" path="/org/gnome/shell/extensions/activate_gnome/">
|
<schema id="org.gnome.shell.extensions.activate_gnome" path="/org/gnome/shell/extensions/activate_gnome/">
|
||||||
<!-- See also: https://developer.gnome.org/glib/stable/gvariant-format-strings.html -->
|
<!-- See also: https://developer.gnome.org/glib/stable/gvariant-format-strings.html -->
|
||||||
<key name="text-l1" type="s">
|
<key name="text-l1" type="s">
|
||||||
<default>'Activate Gnome'</default>
|
<default>'Activate GNOME'</default>
|
||||||
<summary>Text to display on line 1</summary>
|
<summary>Text to display on line 1</summary>
|
||||||
</key>
|
</key>
|
||||||
<key name="text-l2" type="s">
|
<key name="text-l2" type="s">
|
||||||
<default>'Go to Settings to activate Gnome.'</default>
|
<default>'Go to Settings to activate GNOME.'</default>
|
||||||
<summary>Text to display on line 2</summary>
|
<summary>Text to display on line 2</summary>
|
||||||
</key>
|
</key>
|
||||||
<key name="l2-vertical" type="d">
|
<key name="l2-vertical" type="d">
|
||||||
|
|
Loading…
Reference in a new issue