Merge lp:~jflaker/pantheon-photos/BugFix137870 into lp:~pantheon-photos/pantheon-photos/trunk

Proposed by Jeffrey Flaker
Status: Merged
Approved by: Cody Garver
Approved revision: 2657
Merged at revision: 2657
Proposed branch: lp:~jflaker/pantheon-photos/BugFix137870
Merge into: lp:~pantheon-photos/pantheon-photos/trunk
Diff against target: 19 lines (+2/-2)
1 file modified
src/sidebar/metadata/LibraryProperties.vala (+2/-2)
To merge this branch: bzr merge lp:~jflaker/pantheon-photos/BugFix137870
Reviewer Review Type Date Requested Status
Photos Devs Pending
Review via email: mp+237703@code.launchpad.net

Commit message

Fix typo in "Separated" (lp:1378703)

Description of the change

Fixing Bug#1378703. "Seperated" should be spelled as "Separated"

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/sidebar/metadata/LibraryProperties.vala'
2--- src/sidebar/metadata/LibraryProperties.vala 2014-09-17 01:31:12 +0000
3+++ src/sidebar/metadata/LibraryProperties.vala 2014-10-09 00:29:53 +0000
4@@ -118,7 +118,7 @@
5 tags_entry.text = tags;
6 tags_entry.changed.connect (tags_entry_changed);
7 tags_entry.activate.connect (tags_entry_activate);
8- add_entry_line (_("Tags, seperated by commas"), tags_entry);
9+ add_entry_line (_("Tags, separated by commas"), tags_entry);
10 }
11 }
12
13@@ -289,4 +289,4 @@
14 return false;
15 }
16 }
17-}
18\ No newline at end of file
19+}

Subscribers

People subscribed via source and target branches