diff options
Diffstat (limited to 'kdpkg-install')
-rw-r--r-- | kdpkg-install/installdialog.ui | 12 | ||||
-rw-r--r-- | kdpkg-install/kdpkg-install.desktop | 3 |
2 files changed, 7 insertions, 8 deletions
diff --git a/kdpkg-install/installdialog.ui b/kdpkg-install/installdialog.ui index 6b6b2d6..5bed56e 100644 --- a/kdpkg-install/installdialog.ui +++ b/kdpkg-install/installdialog.ui @@ -14,7 +14,7 @@ </rect> </property> <property name="caption"> - <string>kdpkg-install</string> + <string>KDE Debian Package Installation Wizard</string> </property> <property name="icon"> <pixmap>image0</pixmap> @@ -28,7 +28,7 @@ <cstring>aboutPushButton</cstring> </property> <property name="text"> - <string>a&bout</string> + <string>A&bout</string> </property> <property name="accel"> <string>Alt+B</string> @@ -42,7 +42,7 @@ <cstring>closePushButton</cstring> </property> <property name="text"> - <string>cl&ose</string> + <string>Cl&ose</string> </property> <property name="accel"> <string>Alt+O</string> @@ -56,7 +56,7 @@ <cstring>installPushButton</cstring> </property> <property name="text"> - <string>inst&all</string> + <string>Inst&all</string> </property> <property name="accel"> <string>Alt+A</string> @@ -210,7 +210,7 @@ <cstring>syncRadioButton</cstring> </property> <property name="text"> - <string>Res&ynchronize the package index files (apt-get update)</string> + <string>Res&ynchronize the package index files (recommended)</string> </property> <property name="accel"> <string>Alt+Y</string> @@ -367,7 +367,7 @@ <cstring>nextPushButton1</cstring> </property> <property name="text"> - <string>ne&xt ></string> + <string>Ne&xt ></string> </property> <property name="accel"> <string>Alt+X</string> diff --git a/kdpkg-install/kdpkg-install.desktop b/kdpkg-install/kdpkg-install.desktop index 0f4c54f..27cd45b 100644 --- a/kdpkg-install/kdpkg-install.desktop +++ b/kdpkg-install/kdpkg-install.desktop @@ -5,8 +5,7 @@ Type=Application Exec=su-to-root -X -c "kdpkg-install %U" Name=kdpkg-install -Comment=Information about sidux -Comment[de]=Informationen über sidux +Comment=KDE Debian package installation utility MimeType=application/x-deb;application/x-debian-package; |