Merge lp:~ter0/scratch/fix-1097690 into lp:~elementary-apps/scratch/scratch

Proposed by Chris Johns
Status: Merged
Merged at revision: 981
Proposed branch: lp:~ter0/scratch/fix-1097690
Merge into: lp:~elementary-apps/scratch/scratch
Diff against target: 13 lines (+2/-1)
1 file modified
src/Widgets/Notebook.vala (+2/-1)
To merge this branch: bzr merge lp:~ter0/scratch/fix-1097690
Reviewer Review Type Date Requested Status
elementary Apps team Pending
Review via email: mp+142573@code.launchpad.net

Description of the change

Reordered splash screen buttons

To post a comment you must log in.
lp:~ter0/scratch/fix-1097690 updated
972. By Launchpad Translations on behalf of elementary-apps

Launchpad automatic translations update.

973. By Launchpad Translations on behalf of elementary-apps

Launchpad automatic translations update.

974. By Launchpad Translations on behalf of elementary-apps

Launchpad automatic translations update.

975. By Launchpad Translations on behalf of elementary-apps

Launchpad automatic translations update.

976. By Launchpad Translations on behalf of elementary-apps

Launchpad automatic translations update.

977. By Sergey "Shnatsel" Davidoff

merged lp:~shnatsel/scratch/fix-1101448

978. By Launchpad Translations on behalf of elementary-apps

Launchpad automatic translations update.

Revision history for this message
Sergey "Shnatsel" Davidoff (shnatsel) wrote :

Needs designer input on the original bug report: https://bugs.launchpad.net/scratch/+bug/1097690

Revision history for this message
Danielle Foré (danrabbit) wrote :

Commented on the report. I'm +1 to reversing the button order.

lp:~ter0/scratch/fix-1097690 updated
979. By Sergey "Shnatsel" Davidoff

gsettings cleanup

980. By Chris Johns

Fixed file delete dialog typo

981. By Chris Johns

Fixed welcome button order

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/Widgets/Notebook.vala'
2--- src/Widgets/Notebook.vala 2012-12-01 17:45:15 +0000
3+++ src/Widgets/Notebook.vala 2013-01-09 18:49:22 +0000
4@@ -187,8 +187,9 @@
5
6 base(_("No files are open."), _("Open a file to begin editing."));
7
8+ append("document-new", _("New file"), _("Create a new empty file."));
9 append("document-open", _("Open file"), _("Open a saved file."));
10- append("document-new", _("New file"), _("Create a new empty file."));
11+
12 this.activated.connect (on_activated);
13 this.window = window;
14

Subscribers

People subscribed via source and target branches