]> cloud.milkyroute.net Git - dolphin.git/commitdiff
use better terms for the grid alignment
authorPeter Penz <peter.penz19@gmail.com>
Wed, 24 Sep 2008 13:27:37 +0000 (13:27 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Wed, 24 Sep 2008 13:27:37 +0000 (13:27 +0000)
BUG: 169606

svn path=/trunk/KDE/kdebase/apps/; revision=864320

src/iconsviewsettingspage.cpp

index 0a6aed67f43fc2a566a465b8361f80342c0c6924..23fbd7e75b07516a9cf2a2e5ba34521e4f93048d 100644 (file)
@@ -107,8 +107,8 @@ IconsViewSettingsPage::IconsViewSettingsPage(QWidget* parent) :
 
     QLabel* arrangementLabel = new QLabel(i18nc("@label:listbox", "Arrangement:"), gridGroup);
     m_arrangementBox = new QComboBox(gridGroup);
 
     QLabel* arrangementLabel = new QLabel(i18nc("@label:listbox", "Arrangement:"), gridGroup);
     m_arrangementBox = new QComboBox(gridGroup);
-    m_arrangementBox->addItem(i18nc("@item:inlistbox Arrangement", "Left to Right"));
-    m_arrangementBox->addItem(i18nc("@item:inlistbox Arrangement", "Top to Bottom"));
+    m_arrangementBox->addItem(i18nc("@item:inlistbox Arrangement", "Columns"));
+    m_arrangementBox->addItem(i18nc("@item:inlistbox Arrangement", "Rows"));
     connect(m_arrangementBox, SIGNAL(activated(int)), this, SIGNAL(changed()));
 
     QLabel* gridSpacingLabel = new QLabel(i18nc("@label:listbox", "Grid spacing:"), gridGroup);
     connect(m_arrangementBox, SIGNAL(activated(int)), this, SIGNAL(changed()));
 
     QLabel* gridSpacingLabel = new QLabel(i18nc("@label:listbox", "Grid spacing:"), gridGroup);