File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments