~jeremywootten/pantheon-files/fix-1604300-merge-find-functionalities-part1

« back to all changes in this revision

Viewing changes to libwidgets/Resources.vala

  • Committer: Jeremy Wootten
  • Date: 2017-01-13 13:31:06 UTC
  • mfrom: (2412.1.32 pantheon-files)
  • Revision ID: jeremy@elementaryos.org-20170113133106-v9l164ms13lh3p0a
Merge trunk to r2444 and resolve conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/***
2
 
    Copyright (c) 2015-2016 elementary LLC (http://launchpad.net/elementary)
 
2
    Copyright (c) 2015-2017 elementary LLC (http://launchpad.net/elementary)
3
3
 
4
4
    This program is free software: you can redistribute it and/or modify it
5
5
    under the terms of the GNU Lesser General Public License version 3, as published
21
21
    public const string APP_DESKTOP = APP_ID + ".desktop";
22
22
    public const string APP_TITLE = N_("Files");
23
23
    public const string COPYRIGHT = APP_YEARS + " elementary LLC (http://launchpad.net/elementary)";
24
 
    public const string APP_YEARS = "2013-2016";
 
24
    public const string APP_YEARS = "2013-2017";
25
25
    public const string LAUNCHPAD_LABEL = "Website";
26
26
    public const string LAUNCHPAD_URL = "http://launchpad.net/pantheon-files";
27
27
    public const string HELP_URL = "https://answers.launchpad.net/pantheon-files";