[gnome-tweak-tool] Fix capitalisation
- From: John Stowers <jstowers src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-tweak-tool] Fix capitalisation
- Date: Sun, 22 May 2011 09:30:29 +0000 (UTC)
commit db30d5c4ca3cffd657287bfdadaa625e08c7b85b
Author: John Stowers <john stowers gmail com>
Date: Sun May 22 21:18:53 2011 +1200
Fix capitalisation
gtweak/tweaks/tweak_shell.py | 2 +-
gtweak/tweaks/tweak_shell_extensions.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtweak/tweaks/tweak_shell.py b/gtweak/tweaks/tweak_shell.py
index 40400f7..20ffe1b 100644
--- a/gtweak/tweaks/tweak_shell.py
+++ b/gtweak/tweaks/tweak_shell.py
@@ -49,7 +49,7 @@ class ShellThemeTweak(Tweak):
THEME_DIR = os.path.join(GLib.get_home_dir(), ".themes")
def __init__(self, **options):
- Tweak.__init__(self, "Shell theme", "Install custom or user themes for gnome-shell", **options)
+ Tweak.__init__(self, "Shell Theme", "Install custom or user themes for gnome-shell", **options)
#check the shell is running and the usertheme extension is present
error = "Unknown"
diff --git a/gtweak/tweaks/tweak_shell_extensions.py b/gtweak/tweaks/tweak_shell_extensions.py
index 2499be0..b0b2387 100644
--- a/gtweak/tweaks/tweak_shell_extensions.py
+++ b/gtweak/tweaks/tweak_shell_extensions.py
@@ -54,7 +54,7 @@ class _ShellExtensionInstallerTweak(Tweak):
EXTENSION_DIR = os.path.join(GLib.get_user_data_dir(), "gnome-shell", "extensions")
def __init__(self, shell, **options):
- Tweak.__init__(self, "Install shell extension", "", **options)
+ Tweak.__init__(self, "Install Shell Extension", "", **options)
self._shell = shell
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]