summaryrefslogtreecommitdiff
path: root/vcl/source/src
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <s.mehrbrodt@gmail.com>2013-05-11 11:54:21 +0200
committerBosdonnat Cedric <cedric.bosdonnat@free.fr>2013-05-13 14:28:41 +0000
commitba489418be7b67fd1e0e6a136ace9667a49a1013 (patch)
treefca11c305bbd8d1da88a4c014c40a12e83efd49b /vcl/source/src
parent1c7af341d068e4474774077524ccc15721ea3df3 (diff)
Related fdo#35546: Further improve Layout of Photo Album Dialog
With suggestions from http://nabble.documentfoundation.org/Streamlining-the-Photo-Album-Creator-td4054397.html * Moved "Album Layout" to the right * Changed buttons to GTK Stock buttons, added VCL equivalents * Improved the wording of the Layout options Change-Id: Icfb24a8678d096bb596bcdeabbf539e9fe1835db Reviewed-on: https://gerrit.libreoffice.org/3852 Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr> Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
Diffstat (limited to 'vcl/source/src')
-rw-r--r--vcl/source/src/btntext.src10
1 files changed, 10 insertions, 0 deletions
diff --git a/vcl/source/src/btntext.src b/vcl/source/src/btntext.src
index 3340fdd1be6a..07813ad0ba8d 100644
--- a/vcl/source/src/btntext.src
+++ b/vcl/source/src/btntext.src
@@ -141,4 +141,14 @@ String SV_BUTTONTEXT_NEXT
Text [ en-US ] = "~Next" ;
};
+String SV_BUTTONTEXT_GO_UP
+{
+ Text [ en-US ] = "~Up" ;
+};
+
+String SV_BUTTONTEXT_GO_DOWN
+{
+ Text [ en-US ] = "Do~wn" ;
+};
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */