[gedit/zbrown/deteplification-src: 304/633] plugins: improve plugin descriptions




commit 242c2eadd284df6f7e2711d95610236fc5ff8059
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Tue May 5 17:32:59 2020 +0200

    plugins: improve plugin descriptions
    
    Just be more consistent, ending the descriptions with a point.

 plugins/filebrowser/filebrowser.plugin.desktop.in     | 2 +-
 plugins/list-of-gedit-plugins.md                      | 8 ++++----
 plugins/pythonconsole/pythonconsole.plugin.desktop.in | 2 +-
 plugins/quickopen/quickopen.plugin.desktop.in         | 2 +-
 plugins/snippets/snippets.plugin.desktop.in           | 2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/plugins/filebrowser/filebrowser.plugin.desktop.in 
b/plugins/filebrowser/filebrowser.plugin.desktop.in
index 8077efb06..706168de7 100644
--- a/plugins/filebrowser/filebrowser.plugin.desktop.in
+++ b/plugins/filebrowser/filebrowser.plugin.desktop.in
@@ -3,7 +3,7 @@ Loader=C
 Module=filebrowser
 IAge=3
 Name=File Browser Panel
-Description=Easy file access from the side panel
+Description=Easy file access from the side panel.
 # TRANSLATORS: Do NOT translate or transliterate this text!
 #              This is an icon file name.
 Icon=system-file-manager
diff --git a/plugins/list-of-gedit-plugins.md b/plugins/list-of-gedit-plugins.md
index 1aa9affa8..3afea6c58 100644
--- a/plugins/list-of-gedit-plugins.md
+++ b/plugins/list-of-gedit-plugins.md
@@ -8,13 +8,13 @@ Plugins that are distributed with gedit itself.
 
 - **Document Statistics** - *Report the number of words, lines and characters in a document.*
 - **External Tools** - *Execute external commands and shell scripts.*
-- **File Browser Panel** - *Easy file access from the side panel*
+- **File Browser Panel** - *Easy file access from the side panel.*
 - **Insert Date/Time** - *Inserts current date and time at the cursor position.*
 - **Modelines** - *Emacs, Kate and Vim-style modelines support for gedit.*
-- **Python Console** - *Interactive Python console standing in the bottom panel*
+- **Python Console** - *Interactive Python console standing in the bottom panel.*
 - **Quick Highlight** - *Highlights every occurrences of selected text.*
-- **Quick Open** - *Quickly open files*
-- **Snippets** - *Insert often-used pieces of text in a fast way*
+- **Quick Open** - *Quickly open files.*
+- **Snippets** - *Insert often-used pieces of text in a fast way.*
 - **Sort** - *Sorts a document or selected text.*
 - **Spell Checker** - *Checks the spelling of the current document.*
 
diff --git a/plugins/pythonconsole/pythonconsole.plugin.desktop.in 
b/plugins/pythonconsole/pythonconsole.plugin.desktop.in
index 228a6fe8e..2b4456c5c 100644
--- a/plugins/pythonconsole/pythonconsole.plugin.desktop.in
+++ b/plugins/pythonconsole/pythonconsole.plugin.desktop.in
@@ -3,7 +3,7 @@ Loader=python3
 Module=pythonconsole
 IAge=3
 Name=Python Console
-Description=Interactive Python console standing in the bottom panel
+Description=Interactive Python console standing in the bottom panel.
 # TRANSLATORS: Do NOT translate or transliterate this text!
 #              This is an icon file name.
 Icon=text-x-script
diff --git a/plugins/quickopen/quickopen.plugin.desktop.in b/plugins/quickopen/quickopen.plugin.desktop.in
index 40df01aaf..80fa03b26 100644
--- a/plugins/quickopen/quickopen.plugin.desktop.in
+++ b/plugins/quickopen/quickopen.plugin.desktop.in
@@ -3,7 +3,7 @@ Loader=python3
 Module=quickopen
 IAge=3
 Name=Quick Open
-Description=Quickly open files
+Description=Quickly open files.
 # TRANSLATORS: Do NOT translate or transliterate this text!
 #              This is an icon file name.
 Icon=document-open
diff --git a/plugins/snippets/snippets.plugin.desktop.in b/plugins/snippets/snippets.plugin.desktop.in
index e494a2006..129db218d 100644
--- a/plugins/snippets/snippets.plugin.desktop.in
+++ b/plugins/snippets/snippets.plugin.desktop.in
@@ -3,7 +3,7 @@ Loader=python3
 Module=snippets
 IAge=3
 Name=Snippets
-Description=Insert often-used pieces of text in a fast way
+Description=Insert often-used pieces of text in a fast way.
 Authors=Jesse van den Kieboom <jesse icecrew nl>
 Copyright=Copyright © 2005 Jesse van den Kieboom
 Website=http://www.gedit.org


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]