Skip to content

Commit

Permalink
Fix small translation bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
rockon999 committed Sep 15, 2017
1 parent cdd73e7 commit c465aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion [email protected]/prefs.js/preferences/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ function buildPrefsWidget() {
if (website_label !== null) {
found_box.remove(website_label);

let new_label = Gtk.LinkButton.new_with_label('http://evanwelsh.com/dynamic-panel-transparency', 'Website');
let new_label = Gtk.LinkButton.new_with_label('http://evanwelsh.com/dynamic-panel-transparency', gtk30_('Website'));

new_label.set_margin_top(WEBSITE_LABEL_TOP_MARGIN);
new_label.set_margin_bottom(WEBSITE_LABEL_BOTTOM_MARGIN);
Expand Down

0 comments on commit c465aa2

Please sign in to comment.