diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-09-30 13:50:23 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-09-30 13:50:23 +0000 |
commit | b5a54e7af6acd2a22ddcf203128cc4eba98ab0a1 (patch) | |
tree | 1ac60e4d248d4aca1c52b600f8b56f5c9e4c447c | |
parent | c1d1265d7c2d8dcb67151779700d0ccf0e9d632d (diff) | |
download | control-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-- | NEWS | 2 | ||||
-rw-r--r-- | drakconf.desktop.in | 4 | ||||
-rw-r--r-- | po/Makefile | 2 |
3 files changed, 5 insertions, 3 deletions
@@ -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 |