From 951b13aabafb29b7b9a3041229bd0012ef80b551 Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Thu, 22 Aug 2019 08:40:19 -0400 Subject: preferences: Change Draw to Show --- data/org.mate.pluma.gschema.xml.in | 28 ++++++++++++++-------------- pluma/dialogs/pluma-preferences-dialog.ui | 12 ++++++------ 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/data/org.mate.pluma.gschema.xml.in b/data/org.mate.pluma.gschema.xml.in index 81071391..63beddcc 100644 --- a/data/org.mate.pluma.gschema.xml.in +++ b/data/org.mate.pluma.gschema.xml.in @@ -1,9 +1,9 @@ - - - + + + @@ -223,23 +223,23 @@ false - Draw newline - Whether pluma should draw newlines in the editor window. + Show newline + Whether pluma should show newlines in the editor window. - 'draw-none' - Draw nbsp - Whether pluma should draw not breaking spaces in the editor window: 'draw-none' no drawing; 'draw-trailing' drawing only trailing spaces; 'draw-all' drawing all spaces. + 'show-none' + Show nbsp + Whether pluma should show not breaking spaces in the editor window: 'show-none' no showing; 'show-trailing' showing only trailing spaces; 'show-all' showing all spaces. - 'draw-none' - Draw tabs - Whether pluma should draw tabs in the editor window: 'draw-none' no drawing; 'draw-trailing' drawing only trailing spaces; 'draw-all' drawing all spaces. + 'show-none' + Show tabs + Whether pluma should show tabs in the editor window: 'show-none' no showing; 'show-trailing' showing only trailing spaces; 'show-all' showing all spaces. - 'draw-none' - Draw spaces - Whether pluma should draw spaces in the editor window: 'draw-none' no drawing; 'draw-trailing' drawing only trailing spaces; 'draw-all' drawing all spaces. + 'show-none' + Show spaces + Whether pluma should show spaces in the editor window: 'show-none' no showing; 'show-trailing' showing only trailing spaces; 'show-all' showing all spaces. diff --git a/pluma/dialogs/pluma-preferences-dialog.ui b/pluma/dialogs/pluma-preferences-dialog.ui index 41ef4e22..f571d24d 100644 --- a/pluma/dialogs/pluma-preferences-dialog.ui +++ b/pluma/dialogs/pluma-preferences-dialog.ui @@ -916,7 +916,7 @@ True False start - Draw spaces, tabs, newlines + Show spaces, tabs, newlines @@ -950,7 +950,7 @@ - Draw _tabs + Show _tabs True True False @@ -1000,7 +1000,7 @@ - Draw _trailing tabs only + Show _trailing tabs only True True False @@ -1038,7 +1038,7 @@ - Draw _newlines + Show _newlines True True False @@ -1079,7 +1079,7 @@ - Draw _spaces + Show _spaces True True False @@ -1129,7 +1129,7 @@ - Draw _trailing spaces only + Show _trailing spaces only True True False -- cgit v1.2.1