Commit 57f87687de41d2e223bdc2759325d8f61471b04f
1 parent
6a78c3b7
Exists in
master
and in
2 other branches
Fixing dialog section title.
Showing
3 changed files
with
8 additions
and
8 deletions
Show diff stats
locale/pt_BR.po
... | ... | @@ -6,7 +6,7 @@ msgstr "" |
6 | 6 | "Project-Id-Version: pw3270 5.0\n" |
7 | 7 | "Report-Msgid-Bugs-To: \n" |
8 | 8 | "POT-Creation-Date: 2020-11-19 12:35-0300\n" |
9 | -"PO-Revision-Date: 2020-11-19 12:40-0300\n" | |
9 | +"PO-Revision-Date: 2020-11-19 23:07-0300\n" | |
10 | 10 | "Last-Translator: Perry Werneck <perry.werneck@gmail.com>\n" |
11 | 11 | "Language-Team: Português <>\n" |
12 | 12 | "Language: pt_BR\n" |
... | ... | @@ -778,8 +778,8 @@ msgid "State Type" |
778 | 778 | msgstr "Tipo do estado" |
779 | 779 | |
780 | 780 | #: src/objects/toolbar/settings.c:183 |
781 | -msgid "Style & Position" | |
782 | -msgstr "Estilo & Posição" | |
781 | +msgid "Style & Position" | |
782 | +msgstr "Estilo & Posição" | |
783 | 783 | |
784 | 784 | #: src/objects/toolbar/models.c:116 |
785 | 785 | msgid "Symbolic" | ... | ... |
locale/pw3270.pot
... | ... | @@ -42,7 +42,7 @@ msgstr "" |
42 | 42 | "#-#-#-#-# application.pot (PACKAGE VERSION) #-#-#-#-#\n" |
43 | 43 | "Project-Id-Version: PACKAGE VERSION\n" |
44 | 44 | "Report-Msgid-Bugs-To: \n" |
45 | -"POT-Creation-Date: 2020-11-19 12:35-0300\n" | |
45 | +"POT-Creation-Date: 2020-11-19 23:06-0300\n" | |
46 | 46 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
47 | 47 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
48 | 48 | "Language-Team: LANGUAGE <LL@li.org>\n" |
... | ... | @@ -163,7 +163,7 @@ msgstr "" |
163 | 163 | "#-#-#-#-# sessionproperties.pot (PACKAGE VERSION) #-#-#-#-#\n" |
164 | 164 | "Project-Id-Version: PACKAGE VERSION\n" |
165 | 165 | "Report-Msgid-Bugs-To: \n" |
166 | -"POT-Creation-Date: 2020-11-19 12:35-0300\n" | |
166 | +"POT-Creation-Date: 2020-11-19 23:06-0300\n" | |
167 | 167 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
168 | 168 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
169 | 169 | "Language-Team: LANGUAGE <LL@li.org>\n" |
... | ... | @@ -229,7 +229,7 @@ msgstr "" |
229 | 229 | "#-#-#-#-# settings.pot (PACKAGE VERSION) #-#-#-#-#\n" |
230 | 230 | "Project-Id-Version: PACKAGE VERSION\n" |
231 | 231 | "Report-Msgid-Bugs-To: \n" |
232 | -"POT-Creation-Date: 2020-11-19 12:39-0300\n" | |
232 | +"POT-Creation-Date: 2020-11-19 23:06-0300\n" | |
233 | 233 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
234 | 234 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
235 | 235 | "Language-Team: LANGUAGE <LL@li.org>\n" |
... | ... | @@ -1138,7 +1138,7 @@ msgid "State Type" |
1138 | 1138 | msgstr "" |
1139 | 1139 | |
1140 | 1140 | #: src/objects/toolbar/settings.c:183 |
1141 | -msgid "Style & Position" | |
1141 | +msgid "Style & Position" | |
1142 | 1142 | msgstr "" |
1143 | 1143 | |
1144 | 1144 | #: src/objects/toolbar/models.c:116 | ... | ... |
src/objects/toolbar/settings.c
... | ... | @@ -180,7 +180,7 @@ |
180 | 180 | |
181 | 181 | gtk_grid_attach( |
182 | 182 | GTK_GRID(settings), |
183 | - v3270_dialog_section_new(_("Style & Position"), _("Setup the toolbar style and position"), GTK_WIDGET(grid)), | |
183 | + v3270_dialog_section_new(_("Style & Position"), _("Setup the toolbar style and position"), GTK_WIDGET(grid)), | |
184 | 184 | 0,5,4,1 |
185 | 185 | ); |
186 | 186 | ... | ... |