diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2019-01-11 10:29:47 -0600 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2019-01-11 10:32:17 -0600 |
| commit | b41c99b742bbb9eee854f177a26da3218f24f2ac (patch) | |
| tree | ee074c9b88f8c99326b584db618a8cd1daf1428a | |
| parent | e9c35cad2e5f3554114bf431996d84e49b8248f2 (diff) | |
Remove window title of widget
| -rw-r--r-- | src/forcedloaddialogwidget.ui | 3 | ||||
| -rw-r--r-- | src/organizer_en.ts | 23 |
2 files changed, 9 insertions, 17 deletions
diff --git a/src/forcedloaddialogwidget.ui b/src/forcedloaddialogwidget.ui index d4766489..4be215eb 100644 --- a/src/forcedloaddialogwidget.ui +++ b/src/forcedloaddialogwidget.ui @@ -16,9 +16,6 @@ <verstretch>0</verstretch> </sizepolicy> </property> - <property name="windowTitle"> - <string>Form</string> - </property> <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,1,0,2,0"> <item> <widget class="QCheckBox" name="enabledBox"> diff --git a/src/organizer_en.ts b/src/organizer_en.ts index 5eef32ba..91faa4d0 100644 --- a/src/organizer_en.ts +++ b/src/organizer_en.ts @@ -1169,53 +1169,48 @@ Right now the only case I know of where this needs to be overwritten is for the <context> <name>ForcedLoadDialogWidget</name> <message> - <location filename="forcedloaddialogwidget.ui" line="20"/> - <source>Form</source> - <translation type="unfinished"></translation> - </message> - <message> + <location filename="forcedloaddialogwidget.ui" line="23"/> <location filename="forcedloaddialogwidget.ui" line="26"/> - <location filename="forcedloaddialogwidget.ui" line="29"/> <source>If checked, the specified library will be force loaded for the specified process.</source> <translation type="unfinished"></translation> </message> <message> + <location filename="forcedloaddialogwidget.ui" line="36"/> <location filename="forcedloaddialogwidget.ui" line="39"/> - <location filename="forcedloaddialogwidget.ui" line="42"/> <source>The name of the process that should be forced to load a library.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="forcedloaddialogwidget.ui" line="45"/> + <location filename="forcedloaddialogwidget.ui" line="42"/> <source>Process name</source> <translation type="unfinished"></translation> </message> <message> + <location filename="forcedloaddialogwidget.ui" line="67"/> <location filename="forcedloaddialogwidget.ui" line="70"/> - <location filename="forcedloaddialogwidget.ui" line="73"/> <source>Browse for a process.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="forcedloaddialogwidget.ui" line="76"/> - <location filename="forcedloaddialogwidget.ui" line="108"/> + <location filename="forcedloaddialogwidget.ui" line="73"/> + <location filename="forcedloaddialogwidget.ui" line="105"/> <source>...</source> <translation type="unfinished"></translation> </message> <message> + <location filename="forcedloaddialogwidget.ui" line="80"/> <location filename="forcedloaddialogwidget.ui" line="83"/> - <location filename="forcedloaddialogwidget.ui" line="86"/> <source>The path to the library to be loaded. This may be a path relative to the managed game's directory or may be an absolute path to somewhere else.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="forcedloaddialogwidget.ui" line="89"/> + <location filename="forcedloaddialogwidget.ui" line="86"/> <source>Library to load</source> <translation type="unfinished"></translation> </message> <message> + <location filename="forcedloaddialogwidget.ui" line="99"/> <location filename="forcedloaddialogwidget.ui" line="102"/> - <location filename="forcedloaddialogwidget.ui" line="105"/> <source>Browse for a library.</source> <translation type="unfinished"></translation> </message> |
