Wordcompletion: Fix a few mgsids

This commit is contained in:
Clement Lefebvre 2018-03-16 11:10:22 +00:00
parent 8a32b92c33
commit 0409e91288
3 changed files with 6 additions and 8 deletions

View File

@ -2,8 +2,8 @@
Module=wordcompletion
IAge=3
Name=Word Completion
Description=Word completion using the completion framework
Description=Predicts the rest of the word after a few characters have been typed.
Authors=Jesse van den Kieboom <jesse@gnome.org>\nIgnacio Casal Quinteiro <icq@gnome.org>\nMickael Albertus <mickael.albertus@gmail.com>
Copyright=Copyright © 2017 Mickael Albertus\n2009 Jesse van den Kieboom
Website=http://www.mate-desktop.org
Website=https://github.com/linuxmint/xed
Version=@VERSION@

View File

@ -2,8 +2,8 @@
Module=wordcompletion
IAge=3
_Name=Word Completion
_Description=Word completion using the completion framework
_Description=Predicts the rest of the word after a few characters have been typed.
Authors=Jesse van den Kieboom <jesse@gnome.org>\nIgnacio Casal Quinteiro <icq@gnome.org>\nMickael Albertus <mickael.albertus@gmail.com>
Copyright=Copyright © 2017 Mickael Albertus\n2009 Jesse van den Kieboom
Website=http://www.mate-desktop.org
Website=https://github.com/linuxmint/xed
Version=@VERSION@

View File

@ -11,7 +11,7 @@
</object>
<object class="GtkDialog" id="configure_dialog">
<property name="can_focus">False</property>
<property name="title" translatable="yes">Auto-completion</property>
<property name="title" translatable="yes">Word Completion</property>
<property name="resizable">False</property>
<property name="type_hint">normal</property>
<child internal-child="vbox">
@ -61,11 +61,9 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="ypad">6</property>
<property name="label" translatable="yes">Check if you want to enable automatic completion.
In any case, you can use the tool on &lt;Ctrl&gt;+&lt;Space&gt;</property>
<property name="label" translatable="yes">Use Ctrl+Space to manually trigger word completion.</property>
<attributes>
<attribute name="style" value="italic"/>
<attribute name="weight" value="semibold"/>
</attributes>
</object>
<packing>