l10n: Capitalize "Internet"

This commit is contained in:
Clement Lefebvre 2016-11-23 15:21:15 +00:00
parent d1ee760670
commit 1810b6b3ee
2 changed files with 2 additions and 2 deletions

View File

@ -1122,7 +1122,7 @@
</child>
<child>
<object class="GtkCheckButton" id="enableInternetSearch">
<property name="label" translatable="yes">Enable internet search</property>
<property name="label" translatable="yes">Enable Internet search</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>

View File

@ -44,7 +44,7 @@ class mintMenuConfig( object ):
self.builder.get_object("startWithFavorites").set_label(_("Always start with favorites pane"))
self.builder.get_object("showButtonIcon").set_label(_("Show button icon"))
self.builder.get_object("enableInternetSearch").set_label(_("Enable internet search"))
self.builder.get_object("enableInternetSearch").set_label(_("Enable Internet search"))
self.builder.get_object("useCustomColors").set_label(_("Use custom colors"))
self.builder.get_object("showRecentPlugin").set_label(_("Show recent documents plugin"))
self.builder.get_object("showApplicationsPlugin").set_label(_("Show applications plugin"))