summaryrefslogtreecommitdiff
path: root/src/sync
diff options
context:
space:
mode:
authorSiteshwar Vashisht <siteshwar@gmail.com>2012-05-25 22:23:14 +0530
committerAndrea Diamantini <adjam7@gmail.com>2012-05-28 00:10:31 +0200
commit678a7679b4f02ee4dd50ac9816b9a54f0cbc1120 (patch)
tree912ce1f3590daafeab6d4e15744b4b49be828d06 /src/sync
parentMade UI changes to disable history and password sync for certain services, ad... (diff)
downloadrekonq-678a7679b4f02ee4dd50ac9816b9a54f0cbc1120.tar.xz
Made minor changes in UI of sync wizard.
Diffstat (limited to 'src/sync')
-rw-r--r--src/sync/sync_host_type.ui4
-rw-r--r--src/sync/sync_opera_settings.ui13
2 files changed, 15 insertions, 2 deletions
diff --git a/src/sync/sync_host_type.ui b/src/sync/sync_host_type.ui
index 6bdef5fa..30656981 100644
--- a/src/sync/sync_host_type.ui
+++ b/src/sync/sync_host_type.ui
@@ -34,14 +34,14 @@
<item>
<widget class="QRadioButton" name="googleRadioButton">
<property name="text">
- <string>Google Bookmarks</string>
+ <string>Google Sync</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="operaRadioButton">
<property name="text">
- <string>Opera Bookmarks</string>
+ <string>Opera Sync</string>
</property>
</widget>
</item>
diff --git a/src/sync/sync_opera_settings.ui b/src/sync/sync_opera_settings.ui
index 5144c552..86da1cb3 100644
--- a/src/sync/sync_opera_settings.ui
+++ b/src/sync/sync_opera_settings.ui
@@ -44,6 +44,19 @@
</widget>
</item>
<item>
+ <widget class="QLabel" name="infoLabel">
+ <property name="styleSheet">
+ <string notr="true">QLabel { color : red; }</string>
+ </property>
+ <property name="text">
+ <string>Only bookmarks will be synchronized.</string>
+ </property>
+ <property name="alignment">
+ <set>Qt::AlignCenter</set>
+ </property>
+ </widget>
+ </item>
+ <item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>