diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-03-01 22:55:36 -0600 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-03-04 21:44:27 +0100 |
commit | a60464e3323de1ddd06a4c2a0541668f6f12bb08 (patch) | |
tree | d34435b39477ae7c78824bfc8b58ca68ed114040 | |
parent | c5814e9e4ed980abe663804e6b2bfeb55b8cad26 (diff) | |
download | tdegraphics-a60464e3323de1ddd06a4c2a0541668f6f12bb08.tar.gz tdegraphics-a60464e3323de1ddd06a4c2a0541668f6f12bb08.zip |
Fix incorrectly renamed strings
(cherry picked from commit a1f421d30fc91cb2ec436f89e22c8224471c3773)
-rw-r--r-- | kpdf/conf/dlgpresentation.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpdf/conf/dlgpresentation.ui b/kpdf/conf/dlgpresentation.ui index d011c2b3..f0668e17 100644 --- a/kpdf/conf/dlgpresentation.ui +++ b/kpdf/conf/dlgpresentation.ui @@ -86,12 +86,12 @@ <widget class="TQComboBox" row="1" column="1"> <item> <property name="text"> - <string>BlindsQt::Vertical</string> + <string>Blinds::Vertical</string> </property> </item> <item> <property name="text"> - <string>BlindsQt::Horizontal</string> + <string>Blinds::Horizontal</string> </property> </item> <item> |