diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-04-24 12:41:40 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-04-24 12:41:40 +0000 |
commit | 12e49e8ee7cf73becc33631e9a9fc8395003cc9d (patch) | |
tree | c14b68c5e8c8e2f4dd1124cc8835c485537964e3 | |
parent | 3be9d96ed0f237bc7c383ce3ea226f1e67de4b5d (diff) | |
download | draklive-install-12e49e8ee7cf73becc33631e9a9fc8395003cc9d.tar draklive-install-12e49e8ee7cf73becc33631e9a9fc8395003cc9d.tar.gz draklive-install-12e49e8ee7cf73becc33631e9a9fc8395003cc9d.tar.bz2 draklive-install-12e49e8ee7cf73becc33631e9a9fc8395003cc9d.tar.xz draklive-install-12e49e8ee7cf73becc33631e9a9fc8395003cc9d.zip |
Forgot to translate draklive-install.desktop
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | draklive-install.desktop.in (renamed from draklive-install.desktop) | 2 | ||||
-rw-r--r-- | po/POTFILES.in | 1 |
3 files changed, 3 insertions, 2 deletions
@@ -4,7 +4,7 @@ VERSION = 1.17 dli_confdir = ${sysconfdir}/$(NAME).d dli_sysconfigdir = $(dli_confdir)/sysconfig -all: mandriva-draklive-install.desktop +all: mandriva-draklive-install.desktop draklive-install.desktop make -C po install: diff --git a/draklive-install.desktop b/draklive-install.desktop.in index bcb2ff6..fbc5902 100644 --- a/draklive-install.desktop +++ b/draklive-install.desktop.in @@ -4,4 +4,4 @@ Exec=/usr/bin/draklive-install-lock-storage Icon=MandrivaOne-install-icon Terminal=false Type=Application -Name=Live Install +_Name=Live Install diff --git a/po/POTFILES.in b/po/POTFILES.in index 8b43f84..6a49cde 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1 +1,2 @@ mandriva-draklive-install.desktop.in +draklive-install.desktop.in |