diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-08-18 04:31:05 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-08-18 04:31:05 +0200 |
commit | e50bcaf729eed26b0fe0f19d4b6839f67b6ca619 (patch) | |
tree | b2c8c1f20499f35a76c31b460ce48ba8502b6d31 /sd | |
parent | bf866b0ad6c57a44616e762d7c9781d2078bc6e6 (diff) |
STRING -> String
Change-Id: I084d99fdd1a34842178b59c17ab108750f7bd11d
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/app/strings.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/app/strings.src b/sd/source/ui/app/strings.src index 38c372580605..e1b977acceb0 100644 --- a/sd/source/ui/app/strings.src +++ b/sd/source/ui/app/strings.src @@ -952,12 +952,12 @@ String STR_PRES_PAUSE Text [ en-US ] = "Pause..." ; }; -STRING STR_WIZARD_ORIGINAL +String STR_WIZARD_ORIGINAL { Text [ en-US ] = "<Original>"; }; -STRING STR_ISLOADING +String STR_ISLOADING { Text [ en-US ] = "Loading..."; }; |