[geary/mjog/i18n-fixes: 2/4] Composer.Widget: Avoid confusing xgettext with a verbatim string
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/mjog/i18n-fixes: 2/4] Composer.Widget: Avoid confusing xgettext with a verbatim string
- Date: Tue, 18 Aug 2020 08:13:10 +0000 (UTC)
commit 8a5ea12069acbb8399cc172247469f30f8033a97
Author: Michael Gratton <mike vee net>
Date: Tue Aug 18 18:08:05 2020 +1000
Composer.Widget: Avoid confusing xgettext with a verbatim string
src/client/composer/composer-widget.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/client/composer/composer-widget.vala b/src/client/composer/composer-widget.vala
index a420e5d0e..176c60df5 100644
--- a/src/client/composer/composer-widget.vala
+++ b/src/client/composer/composer-widget.vala
@@ -846,7 +846,7 @@ public class Composer.Widget : Gtk.EventBox, Geary.BaseInterface {
if (message.has_html_body()) {
body = message.get_html_body(null);
body_complete = body.contains(
- """id="%s"""".printf(WebView.BODY_HTML_ID)
+ "id=\"%s\"".printf(WebView.BODY_HTML_ID)
);
} else {
body = message.get_plain_body(true, null);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]