diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/mainwindow.cpp | 2 | ||||
| -rw-r--r-- | src/modinfodialog.ui | 3 | ||||
| -rw-r--r-- | src/problemsdialog.ui | 4 | ||||
| -rw-r--r-- | src/transfersavesdialog.ui | 4 |
4 files changed, 6 insertions, 7 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index cca10279..9fd41d7f 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -3257,7 +3257,7 @@ void MainWindow::createModFromOverwrite() bool ok; name.update(QInputDialog::getText(this, tr("Create Mod..."), tr("This will move all files from overwrite into a new, regular mod.\n" - "Please enter a name: "), QLineEdit::Normal, "", &ok), + "Please enter a name:"), QLineEdit::Normal, "", &ok), GUESS_USER); if (!ok) { return; diff --git a/src/modinfodialog.ui b/src/modinfodialog.ui index 0e9e45d8..7b95e011 100644 --- a/src/modinfodialog.ui +++ b/src/modinfodialog.ui @@ -667,8 +667,7 @@ p, li { white-space: pre-wrap; } <html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:7.8pt; font-weight:400; font-style:normal;">
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"><br /></p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"><br /></p></body></html></string>
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html></string>
</property>
<property name="textInteractionFlags">
<set>Qt::TextBrowserInteraction</set>
diff --git a/src/problemsdialog.ui b/src/problemsdialog.ui index d3a0d959..99c3f3aa 100644 --- a/src/problemsdialog.ui +++ b/src/problemsdialog.ui @@ -49,8 +49,8 @@ <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"><br /></p></body></html></string>
+</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:7.8pt; font-weight:400; font-style:normal;">
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html></string>
</property>
</widget>
</item>
diff --git a/src/transfersavesdialog.ui b/src/transfersavesdialog.ui index 7cd1c4b5..1fcad54d 100644 --- a/src/transfersavesdialog.ui +++ b/src/transfersavesdialog.ui @@ -11,7 +11,7 @@ </rect>
</property>
<property name="windowTitle">
- <string>Dialog</string>
+ <string>Transfer Savegames</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
@@ -35,7 +35,7 @@ On Windows Vista/Windows 7: C:\Users\[UserName]\Documents\My Games\Skyrim\Saves
On Windows XP:
- C:\Documents and Settings[UserName]\My Documents\My Games\Skyrim\Saves
+ C:\Documents and Settings\[UserName]\My Documents\My Games\Skyrim\Saves
</string>
</property>
</widget>
|
