summaryrefslogtreecommitdiff
path: root/vcl/source/src
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-07-12 20:34:27 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-07-12 20:35:42 +0100
commit466545933a70716cb1ca132f7e61cc12c60acbb1 (patch)
treea174475a5ce11129ab197811fce47e4d6eec7a91 /vcl/source/src
parent2cca46d54846b0cd7769b9287f17632a4258256d (diff)
set primary and secondary text on the gtk overwrite querybox
Change-Id: Ie671ddaba0e749dd0714de589fbaa45d914ba5c9
Diffstat (limited to 'vcl/source/src')
-rw-r--r--vcl/source/src/fpicker.src9
1 files changed, 7 insertions, 2 deletions
diff --git a/vcl/source/src/fpicker.src b/vcl/source/src/fpicker.src
index 324cffbe5abd..1196a31008ae 100644
--- a/vcl/source/src/fpicker.src
+++ b/vcl/source/src/fpicker.src
@@ -84,9 +84,14 @@ String STR_FPICKER_FOLDER_DEFAULT_DESCRIPTION
Text [ en-US ] = "Please select a folder.";
};
-String STR_FPICKER_ALREADYEXISTOVERWRITE
+String STR_FPICKER_ALREADYEXISTOVERWRITE_PRIMARY
{
- Text [ en-US ] = "A file named \"$filename$\" already exists.\n\nDo you want to replace it?" ;
+ Text [ en-US ] = "A file named \"$filename$\" already exists. Do you want to replace it?" ;
+};
+
+String STR_FPICKER_ALREADYEXISTOVERWRITE_SECONDARY
+{
+ Text [ en-US ] = "The file already exists in \"$dirname$\". Replacing it will overwrite its contents." ;
};
String STR_FPICKER_ALLFORMATS