[geary/mjog/user-plugins: 13/26] Minor translatable string update for consistency
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/mjog/user-plugins: 13/26] Minor translatable string update for consistency
- Date: Tue, 17 Mar 2020 08:25:19 +0000 (UTC)
commit 899c1aaa5dff4c3d2e532af7b0042a4726da1418
Author: Michael Gratton <mike vee net>
Date: Tue Mar 10 12:18:01 2020 +1100
Minor translatable string update for consistency
src/client/util/util-email.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/client/util/util-email.vala b/src/client/util/util-email.vala
index db321b8c..173c6a64 100644
--- a/src/client/util/util-email.vala
+++ b/src/client/util/util-email.vala
@@ -35,7 +35,7 @@ namespace Util.Email {
/** Returns the stripped subject line, or a placeholder if none. */
public string strip_subject_prefixes(Geary.Email email) {
string? cleaned = (email.subject != null) ? email.subject.strip_prefixes() : null;
- return !Geary.String.is_empty(cleaned) ? cleaned : _("(no subject)");
+ return !Geary.String.is_empty(cleaned) ? cleaned : _("(No subject)");
}
/**
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]