darkMode: Update string to "Dark Style"
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2499>
This commit is contained in:
parent
7bd98f3f5f
commit
092a069214
@ -8,7 +8,7 @@ const DarkModeToggle = GObject.registerClass(
|
|||||||
class DarkModeToggle extends QuickToggle {
|
class DarkModeToggle extends QuickToggle {
|
||||||
_init() {
|
_init() {
|
||||||
super._init({
|
super._init({
|
||||||
label: _('Dark Mode'),
|
label: _('Dark Style'),
|
||||||
iconName: 'dark-mode-symbolic',
|
iconName: 'dark-mode-symbolic',
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user