Skip to content

Commit 434db7f

Browse files
authored
Merge pull request #8 from cassidyjames/patch-1
Add tooltip to publish button
2 parents f43e12f + fc5f0f0 commit 434db7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/window.vala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ public class WriteAs.MainWindow : Gtk.ApplicationWindow {
134134

135135
var publish_button = new Gtk.Button.from_icon_name("document-send",
136136
Gtk.IconSize.SMALL_TOOLBAR);
137+
publish_button.tooltip_text = _("Publish to Write.as on the web");
137138
publish_button.clicked.connect(() => {
138139
canvas.buffer.text += "\n\n" + publish();
139140

0 commit comments

Comments
 (0)