Miscapitalised PuTTY name in Prefs

This commit is contained in:
Stephen Boddy 2015-12-03 00:13:06 +01:00
parent 0298695ef1
commit c24fa2ed69
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-12-02 23:02+0100\n" "POT-Creation-Date: 2015-12-03 00:12+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -783,7 +783,7 @@ msgid "Broadcast default:"
msgstr "" msgstr ""
#: ../terminatorlib/preferences.glade.h:55 #: ../terminatorlib/preferences.glade.h:55
msgid "Putty style paste" msgid "PuTTY style paste"
msgstr "" msgstr ""
#: ../terminatorlib/preferences.glade.h:56 #: ../terminatorlib/preferences.glade.h:56

View File

@ -670,7 +670,7 @@
</child> </child>
<child> <child>
<object class="GtkCheckButton" id="putty_paste_style"> <object class="GtkCheckButton" id="putty_paste_style">
<property name="label" translatable="yes">Putty style paste</property> <property name="label" translatable="yes">PuTTY style paste</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="receives_default">False</property> <property name="receives_default">False</property>