summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-30 13:50:23 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-30 13:50:23 +0000
commitb5a54e7af6acd2a22ddcf203128cc4eba98ab0a1 (patch)
tree1ac60e4d248d4aca1c52b600f8b56f5c9e4c447c
parentc1d1265d7c2d8dcb67151779700d0ccf0e9d632d (diff)
downloadcontrol-center-b5a54e7af6acd2a22ddcf203128cc4eba98ab0a1.tar
control-center-b5a54e7af6acd2a22ddcf203128cc4eba98ab0a1.tar.gz
control-center-b5a54e7af6acd2a22ddcf203128cc4eba98ab0a1.tar.bz2
control-center-b5a54e7af6acd2a22ddcf203128cc4eba98ab0a1.tar.xz
control-center-b5a54e7af6acd2a22ddcf203128cc4eba98ab0a1.zip
enable to translate menu entry here rather than in menu-messages (#43580)
-rw-r--r--NEWS2
-rw-r--r--drakconf.desktop.in4
-rw-r--r--po/Makefile2
3 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index bad62ec0..7330a658 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- enable to translate menu entry here rather than in menu-messages (#43580)
+
Version 11.7.3 - 30 September 2008, Thierry Vignaud
- translations updates
diff --git a/drakconf.desktop.in b/drakconf.desktop.in
index 6af827eb..73e301dc 100644
--- a/drakconf.desktop.in
+++ b/drakconf.desktop.in
@@ -1,6 +1,6 @@
[Desktop Entry]
-Name=Configure Your Computer
-Comment=Configure Your Computer
+_Name=Configure Your Computer
+_Comment=Configure Your Computer
Exec=%{_sbindir}/%name
Icon=drakconf
Terminal=false
diff --git a/po/Makefile b/po/Makefile
index 63818df7..0cdfa4c4 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -35,7 +35,7 @@ clean:
msgfmt -o $@ $<
POTFILES.in:
- (cd .. ; /bin/ls data/*.desktop.in data/*.directory.in) > POTFILES.in
+ (cd .. ; /bin/ls data/*.desktop.in data/*.directory.in *.desktop.in) > POTFILES.in
$(PGOAL).pot: $(PL_FILES) POTFILES.in
intltool-update --gettext-package desktopstuff --pot