summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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