diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-01-21 19:19:04 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-01-21 19:19:04 +0100 |
commit | f39ea21098340bd99c48669f152c9068046c2c99 (patch) | |
tree | d1166fce1a4a8c470dfaf364816f767678c4729e /src/Resources.vala | |
parent | bc48a4cff815ed156b603c92e684779c317417ba (diff) | |
parent | a7ff7c49085c320c1e0a2ffb66cc6d283c5acb8e (diff) |
Merge tag 'upstream/0.25.3'
Upstream version 0.25.3
Diffstat (limited to 'src/Resources.vala')
-rw-r--r-- | src/Resources.vala | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Resources.vala b/src/Resources.vala index d7f237c..feb568b 100644 --- a/src/Resources.vala +++ b/src/Resources.vala @@ -76,8 +76,8 @@ along with Shotwell; if not, write to the Free Software Foundation, Inc., public const string ADJUST = "image-adjust"; public const string PIN_TOOLBAR = "shotwell-pin-toolbar"; public const string MAKE_PRIMARY = "shotwell-make-primary"; - public const string IMPORT = "shotwell-import"; - public const string IMPORT_ALL = "shotwell-import-all"; + public const string IMPORT = "import"; + public const string IMPORT_ALL = "import-all"; public const string ENHANCE = "shotwell-auto-enhance"; public const string CROP_PIVOT_RETICLE = "shotwell-crop-pivot-reticle"; public const string PUBLISH = "applications-internet"; |