Skip to content

Commit

Permalink
sample: Drop support for translation
Browse files Browse the repository at this point in the history
  • Loading branch information
ryonakano committed Sep 20, 2024
1 parent e267beb commit 5e48940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample/SamplePlug.vala
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ public class Sample.Plug : Switchboard.Plug {
public Plug () {
Object (category: Category.SYSTEM,
code_name: "sample-plug",
display_name: _("Sample Plug"),
description:_("Does nothing, but it is cool !"),
display_name: "Sample Plug",
description: "Does nothing, but it is cool!",
icon: "system-run",
supported_settings: new Gee.TreeMap<string, string?> (null, null));
supported_settings.set ("wallpaper", null);
Expand Down

0 comments on commit 5e48940

Please sign in to comment.