[Libreoffice-commits] core.git: sysui/desktop
Adolfo Jayme Barrientos
fitojb at ubuntu.com
Sun Oct 4 06:40:04 PDT 2015
sysui/desktop/menus/startcenter.desktop | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
New commits:
commit 990efa00ce0b305500df4bdd6641c2016fa4fa5a
Author: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Date: Sun Oct 4 08:37:45 2015 -0500
Change Unity Quicklist to use applications’ names
Since we’re still not having translations here, paliate that
at least a little bit by not having strings that require
translations in the fist place.
Change-Id: I93b4f0780bc009587cd55fa6588e16b0d4df7942
diff --git a/sysui/desktop/menus/startcenter.desktop b/sysui/desktop/menus/startcenter.desktop
index 08d4a11..ed333b6 100644
--- a/sysui/desktop/menus/startcenter.desktop
+++ b/sysui/desktop/menus/startcenter.desktop
@@ -36,27 +36,27 @@ X-KDE-Protocols=file,http,ftp,webdav
Actions=Writer;Calc;Impress;Draw;Base;Math;
[Desktop Action Writer]
-Name=Text Document
+Name=Writer
Exec=${UNIXBASISROOTNAME} --writer
[Desktop Action Calc]
-Name=Spreadsheet
+Name=Calc
Exec=${UNIXBASISROOTNAME} --calc
[Desktop Action Impress]
-Name=Presentation
+Name=Impress
Exec=${UNIXBASISROOTNAME} --impress
[Desktop Action Draw]
-Name=Drawing
+Name=Draw
Exec=${UNIXBASISROOTNAME} --draw
[Desktop Action Base]
-Name=Database
+Name=Base
Exec=${UNIXBASISROOTNAME} --base
[Desktop Action Math]
-Name=Formula
+Name=Math
Exec=${UNIXBASISROOTNAME} --math
##End of actions menu
More information about the Libreoffice-commits
mailing list