Skip to content

Commit

Permalink
l10n: Make use_switch translatable (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryonakano committed May 5, 2024
1 parent f45948d commit 58627fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Widgets/DisplayWidget.vala
Expand Up @@ -104,7 +104,7 @@ public class Display.DisplayWidget : Gtk.Box {
vexpand = true
};

use_switch = new Granite.SwitchModelButton ("Use This Display");
use_switch = new Granite.SwitchModelButton (_("Use This Display"));

virtual_monitor.bind_property ("is-active", use_switch, "active", GLib.BindingFlags.SYNC_CREATE | GLib.BindingFlags.BIDIRECTIONAL);

Expand Down

0 comments on commit 58627fa

Please sign in to comment.