diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2022-05-21 19:44:47 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2022-05-21 19:44:47 +0200 |
commit | ba553455d2d1dae08348020001844794502d0ac0 (patch) | |
tree | 98c41a82a02589269d79423907e046397107e080 /src/Resources.vala | |
parent | 6dc4a14e122270c93a2940011ec451719aac22d2 (diff) | |
parent | a8c434f4f345295c14ec60106ca2693c25db1d83 (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'src/Resources.vala')
-rw-r--r-- | src/Resources.vala | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Resources.vala b/src/Resources.vala index f9fa875..b65ec52 100644 --- a/src/Resources.vala +++ b/src/Resources.vala @@ -390,7 +390,6 @@ along with Shotwell; if not, write to the Free Software Foundation, Inc., return _("Delete Search “%s”").printf(name); } -#if ENABLE_FACES public static string rename_face_exists_message(string name) { return _("Unable to rename face to “%s” because the face already exists.").printf(name); } @@ -420,7 +419,6 @@ along with Shotwell; if not, write to the Free Software Foundation, Inc., public string delete_face_label(string name) { return _("Delete Face “%s”").printf(name); } -#endif private unowned string rating_label(Rating rating) { switch (rating) { |