Skip to content

Commit fc5f0f0

Browse files
authored
Add tooltip to publish button
It wasn't clear what this button did without pushing it, at which point my note contents were uploaded to the Internet.
1 parent f43e12f commit fc5f0f0

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)