Merge lp:~leonardolemos/snap-elementary/translation-fixes into lp:snap-elementary

Proposed by Leonardo Lemos
Status: Merged
Approved by: Cody Garver
Approved revision: 371
Merged at revision: 374
Proposed branch: lp:~leonardolemos/snap-elementary/translation-fixes
Merge into: lp:snap-elementary
Diff against target: 23 lines (+4/-2)
1 file modified
src/Application.vala (+4/-2)
To merge this branch: bzr merge lp:~leonardolemos/snap-elementary/translation-fixes
Reviewer Review Type Date Requested Status
elementary Apps team Pending
Review via email: mp+300267@code.launchpad.net

Commit message

Fix the app name translation and update the app years

Description of the change

This branch fixes the App name translation and update the App years.

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
=== modified file 'src/Application.vala'
--- src/Application.vala 2016-01-19 15:43:30 +0000
+++ src/Application.vala 2016-07-17 00:24:46 +0000
@@ -48,9 +48,11 @@
48 build_version = Config.VERSION;48 build_version = Config.VERSION;
49 build_version_info = Config.VERSION_INFO;49 build_version_info = Config.VERSION_INFO;
5050
51 Intl.setlocale (LocaleCategory.ALL, "");
52
51 program_name = PROGRAM_NAME;53 program_name = PROGRAM_NAME;
52 exec_name = "snap-photobooth";54 exec_name = "snap-photobooth";
53 app_years = "2011-2015";55 app_years = "2011-2016";
54 app_icon = "accessories-camera";56 app_icon = "accessories-camera";
55 app_launcher = "snap-photobooth.desktop";57 app_launcher = "snap-photobooth.desktop";
56 application_id = "net.launchpad.snap-elementary";58 application_id = "net.launchpad.snap-elementary";
@@ -76,4 +78,4 @@
76 main_window.present ();78 main_window.present ();
77 }79 }
78 }80 }
79}
80\ No newline at end of file81\ No newline at end of file
82}

Subscribers

People subscribed via source and target branches