Skip to content

Commit d82dc1e

Browse files
authored
Rename as Pen & Drawing (#79)
1 parent c54c446 commit d82dc1e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Wacom Settings
1+
# Pen & Drawing Settings
22
[![Translation status](https://l10n.elementaryos.org/widget/settings/wacom/svg-badge.svg)](https://l10n.elementaryos.org/engage/settings/)
33

44
![screenshot](data/screenshot.png?raw=true)

src/MainPage.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class Wacom.MainPage : Switchboard.SettingsPage {
1919

2020
public MainPage () {
2121
Object (
22-
title: _("Wacom"),
22+
title: _("Pen & Drawing"),
2323
icon: new ThemedIcon ("input-tablet")
2424
);
2525
}

src/Plug.vala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ public class Wacom.Plug : Switchboard.Plug {
1818
Object (
1919
category: Category.HARDWARE,
2020
code_name: "pantheon-wacom",
21-
display_name: _("Wacom"),
22-
description: _("Configure Wacom tablet"),
21+
display_name: _("Pen & Drawing"),
22+
description: _("Configure digitizer pens and drawing tablets"),
2323
icon: "input-tablet",
2424
supported_settings: settings
2525
);

0 commit comments

Comments
 (0)