~pimvullers/pantheon-files/fix-983560

1
2
3
4
5
6
7
8
namespace Constants {
	/* Translatable launcher (.desktop) strings to be added to   */
	/* template (.pot) file. These strings should reflect any    */
        /* changes in these launcher keys in .desktop file.          */
	public const string COMMENT = N_("Browse your files");
	public const string GENERIC_NAME = N_("File Manager");
}