Merge lp:~elementary-apps/pantheon-files/translate-about-entry into lp:~elementary-apps/pantheon-files/trunk

Proposed by Julián Unrrein
Status: Merged
Approved by: Cody Garver
Approved revision: 1542
Merged at revision: 1544
Proposed branch: lp:~elementary-apps/pantheon-files/translate-about-entry
Merge into: lp:~elementary-apps/pantheon-files/trunk
Diff against target: 12 lines (+2/-1)
1 file modified
src/DesktopLauncher.vala (+2/-1)
To merge this branch: bzr merge lp:~elementary-apps/pantheon-files/translate-about-entry
Reviewer Review Type Date Requested Status
elementary Apps team Pending
Review via email: mp+228598@code.launchpad.net

Commit message

Make the "About Files" quicklist entry translatable to fix bug #1000087.

Description of the change

Make the "About Files" quicklist entry translatable to fix bug #1000087.

A "make pot" is also needed. I haven't contributed in a while, but I recall that Cody liked to run that as a separate commit, and not as a part of the bug fix.

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/DesktopLauncher.vala'
2--- src/DesktopLauncher.vala 2012-10-05 16:58:23 +0000
3+++ src/DesktopLauncher.vala 2014-07-29 03:14:06 +0000
4@@ -8,5 +8,6 @@
5 public const string NEW_TAB = N_("New _Tab");
6 public const string NEW_WINDOW = N_("New _Window");
7 public const string NEW_ROOT_WINDOW = N_("New Window As _Administrator");
8+ public const string ABOUT = N_("About _Files");
9 public const string NAME = N_("Files");
10-}
11+}
12\ No newline at end of file

Subscribers

People subscribed via source and target branches