Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit 2a8c9b8

Browse files
committed
Make "Add" translatable
1 parent 396bbda commit 2a8c9b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

budgie-haste-applet/HistoryView.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class HasteApplet.HistoryView : Gtk.Box
3232
header_label.set_halign(Gtk.Align.START);
3333
header_label.get_style_context().add_class("dim-label");
3434

35-
history_add_button = new Gtk.Button.with_label("Add");
35+
history_add_button = new Gtk.Button.with_label(_("Add"));
3636
history_add_button.set_tooltip_text(_("Add a new haste"));
3737
history_add_button.set_can_focus(false);
3838

0 commit comments

Comments
 (0)