diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2022-05-21 19:43:54 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2022-05-21 19:43:54 +0200 |
commit | 9e0516824a0f79514aca5d6dbb1aa21cd247ba05 (patch) | |
tree | 9764868c78e104cc18bb6c59f6a8a8a952b30d28 /src/Resources.vala | |
parent | 4c548cd33f0614e666d9049e41b4f129629cf182 (diff) |
New upstream version 0.30.16upstream/0.30.16
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) { |