Merge lp:~tuxator/midori/notes-typo into lp:midori

Proposed by Paweł Forysiuk
Status: Merged
Approved by: Cris Dywan
Approved revision: 6664
Merged at revision: 6664
Proposed branch: lp:~tuxator/midori/notes-typo
Merge into: lp:midori
Diff against target: 12 lines (+1/-1)
1 file modified
extensions/notes.vala (+1/-1)
To merge this branch: bzr merge lp:~tuxator/midori/notes-typo
Reviewer Review Type Date Requested Status
Cris Dywan Approve
Review via email: mp+215548@code.launchpad.net

Commit message

Fix typo in tooltip string in notes extension

To post a comment you must log in.
Revision history for this message
Cris Dywan (kalikiana) wrote :

Nice catch!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'extensions/notes.vala'
2--- extensions/notes.vala 2014-03-26 21:12:05 +0000
3+++ extensions/notes.vala 2014-04-12 15:52:39 +0000
4@@ -148,7 +148,7 @@
5 toolbar = new Gtk.Toolbar ();
6 var new_note_button = new Gtk.ToolButton.from_stock (Gtk.STOCK_EDIT);
7 new_note_button.label = _("New Note");
8- new_note_button.tooltip_text = _("Creates a new empty note, urelated to opened pages");
9+ new_note_button.tooltip_text = _("Creates a new empty note, unrelated to opened pages");
10 new_note_button.use_underline = true;
11 new_note_button.is_important = true;
12 new_note_button.show ();

Subscribers

People subscribed via source and target branches

to all changes: