Merge lp:~phillip-sz/pantheon-terminal/fix-translations into lp:~elementary-apps/pantheon-terminal/trunk

Proposed by Phillip Sz
Status: Merged
Merged at revision: 608
Proposed branch: lp:~phillip-sz/pantheon-terminal/fix-translations
Merge into: lp:~elementary-apps/pantheon-terminal/trunk
Diff against target: 11 lines (+2/-1)
1 file modified
src/Constants.vala (+2/-1)
To merge this branch: bzr merge lp:~phillip-sz/pantheon-terminal/fix-translations
Reviewer Review Type Date Requested Status
elementary Apps team Pending
Review via email: mp+230283@code.launchpad.net

Commit message

fix translations with quicklist 'about Terminal'

Description of the change

fix translations with quicklist 'about Terminal'

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/Constants.vala'
2--- src/Constants.vala 2014-05-29 10:10:46 +0000
3+++ src/Constants.vala 2014-08-11 11:39:10 +0000
4@@ -7,4 +7,5 @@
5 public const string NEW_WINDOW = N_("New Window");
6 public const string NEW_ROOT_WINDOW = N_("New Root Window");
7 public const string OPEN_HERE = N_("Open Terminal Here");
8-}
9+public const string ABOUT = N_("About Terminal");
10+}
11\ No newline at end of file

Subscribers

People subscribed via source and target branches