[evince] Remove trailing spaces
- From: Germán Poo-Caamaño <gpoo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince] Remove trailing spaces
- Date: Wed, 20 Jan 2021 03:09:23 +0000 (UTC)
commit 65601d97c49a19cf21893e0c9c53a415074b5785
Author: scootergrisen <scootergrisen gmail com>
Date: Thu Dec 31 06:57:47 2020 +0000
Remove trailing spaces
shell/ev-window.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/shell/ev-window.c b/shell/ev-window.c
index eb206621..beebef9c 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -3926,10 +3926,10 @@ ev_window_check_document_modified (EvWindow *ev_window,
if (EV_IS_DOCUMENT_FORMS (document) &&
ev_document_forms_document_is_modified (EV_DOCUMENT_FORMS (document))) {
- secondary_text = _("Document contains form fields that have been filled out. ");
+ secondary_text = _("Document contains form fields that have been filled out.");
} else if (EV_IS_DOCUMENT_ANNOTATIONS (document) &&
ev_document_annotations_document_is_modified (EV_DOCUMENT_ANNOTATIONS (document))) {
- secondary_text = _("Document contains new or modified annotations. ");
+ secondary_text = _("Document contains new or modified annotations.");
} else {
return FALSE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]