[gnome-tweak-tool] fix typo (Dynamic workspaces, not Dynamics)



commit a2fdf27d90b11390c1b16c3c36778009878fc8a9
Author: John Stowers <john stowers gmail com>
Date:   Sun Nov 17 13:24:26 2013 +0100

    fix typo (Dynamic workspaces, not Dynamics)

 gtweak/tweaks/tweak_group_shell.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtweak/tweaks/tweak_group_shell.py b/gtweak/tweaks/tweak_group_shell.py
index 716bcbe..9f3674a 100644
--- a/gtweak/tweaks/tweak_group_shell.py
+++ b/gtweak/tweaks/tweak_group_shell.py
@@ -47,7 +47,7 @@ class StaticWorkspaceTweak(Gtk.Box, _GSettingsTweak):
         _GSettingsTweak.__init__(self, name, "org.gnome.mutter", "dynamic-workspaces", **options)
 
         default = self.STATUS.keys()[self.STATUS.values().index(self.settings[self.key_name])]
-        key_options = [("dynamic", _("Dynamics")), ("static", _("Static"))]
+        key_options = [("dynamic", _("Dynamic")), ("static", _("Static"))]
 
         self.combo = build_combo_box_text(default, *key_options)
         self.combo.connect('changed', self._on_combo_changed)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]