summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/app/strings.src
diff options
context:
space:
mode:
authorGergő Mocsi <gmocsi91@gmail.com>2013-04-17 10:46:08 +0200
committerAndras Timar <atimar@suse.com>2013-05-03 14:52:52 +0200
commite8ed29c952259a241564dfbf40e5b53d2c6e67e2 (patch)
treed9f65ac428099cc4978ceaa67ea9eaa197ea7320 /sd/source/ui/app/strings.src
parentRelated: fdo#60265 fix lunatic way to detect special filter name (diff)
downloadcore-e8ed29c952259a241564dfbf40e5b53d2c6e67e2.tar.gz
core-e8ed29c952259a241564dfbf40e5b53d2c6e67e2.zip
Create Photo Album fix
Fixed some pointer issues in CreateHdl function. Removed the creation of title slide. Added an enum to access the image layout option from the code. Change-Id: Ib91fbbf3b068453c8e66b8df1ce32e24c3828bc0
Diffstat (limited to 'sd/source/ui/app/strings.src')
-rw-r--r--sd/source/ui/app/strings.src13
1 files changed, 4 insertions, 9 deletions
diff --git a/sd/source/ui/app/strings.src b/sd/source/ui/app/strings.src
index a91003d96bc9..928e03e077c9 100644
--- a/sd/source/ui/app/strings.src
+++ b/sd/source/ui/app/strings.src
@@ -1268,19 +1268,14 @@ String STRING_DRAG_AND_DROP_SLIDES
Text [ en-US ] = "Drag and Drop Slides" ;
};
-String STR_PHOTO_ALBUM_TITLE
-{
- Text [ en-US ] = "Photo Album" ;
-};
-
-String STR_PHOTO_ALBUM_AUTHOR
+String STR_PHOTO_ALBUM_EMPTY_WARNING
{
- Text [ en-US ] = "Author:" ;
+ Text [ en-US ] = "Please add images to the album." ;
};
-String STR_PHOTO_ALBUM_EMPTY_WARNING
+String STR_PHOTO_ALBUM_TEXTBOX
{
- Text [ en-US ] = "Please add images to the album." ;
+ Text [ en-US ] = "Text Box";
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */