Skip to content
Snippets Groups Projects
Commit e9e68625 authored by pavelkproductengine's avatar pavelkproductengine
Browse files

MAINT-6465 FIXED Snapshop "file size" is split apart and looks bad

parent 3cbab4d8
No related branches found
No related tags found
No related merge requests found
...@@ -19,66 +19,18 @@ ...@@ -19,66 +19,18 @@
name="unknown"> name="unknown">
unknown unknown
</floater.string> </floater.string>
<string
name="postcard_progress_str">
Sending Email
</string>
<string
name="facebook_progress_str">
Posting to Facebook
</string>
<string
name="profile_progress_str">
Posting
</string>
<string <string
name="inventory_progress_str"> name="inventory_progress_str">
Saving to Inventory Saving to Inventory
</string> </string>
<string
name="local_progress_str">
Saving to Computer
</string>
<string
name="facebook_succeeded_str">
Image uploaded
</string>
<string
name="profile_succeeded_str">
Image uploaded
</string>
<string
name="postcard_succeeded_str">
Email Sent!
</string>
<string <string
name="inventory_succeeded_str"> name="inventory_succeeded_str">
Saved to Inventory! Saved to Inventory!
</string> </string>
<string
name="local_succeeded_str">
Saved to Computer!
</string>
<string
name="facebook_failed_str">
Failed to upload image to your Facebook timeline.
</string>
<string
name="profile_failed_str">
Failed to upload image to your Profile Feed.
</string>
<string
name="postcard_failed_str">
Failed to send email.
</string>
<string <string
name="inventory_failed_str"> name="inventory_failed_str">
Failed to save to inventory. Failed to save to inventory.
</string> </string>
<string
name="local_failed_str">
Failed to save to computer.
</string>
<button <button
follows="left|top" follows="left|top"
height="25" height="25"
...@@ -358,7 +310,7 @@ ...@@ -358,7 +310,7 @@
width="400" width="400"
height="400" height="400"
follows="top|left"/> follows="top|left"/>
<!--view_border <view_border
bevel_style="in" bevel_style="in"
height="21" height="21"
layout="topleft" layout="topleft"
...@@ -366,7 +318,7 @@ ...@@ -366,7 +318,7 @@
top_pad="0" top_pad="0"
right="-10" right="-10"
follows="left|top|right" follows="left|top|right"
left_delta="0"/>--> left_delta="0"/>
<text <text
type="string" type="string"
font="SansSerifSmall" font="SansSerifSmall"
......
...@@ -406,7 +406,7 @@ ...@@ -406,7 +406,7 @@
width="400" width="400"
height="400" height="400"
follows="top|left"/> follows="top|left"/>
<!--view_border <view_border
bevel_style="in" bevel_style="in"
height="21" height="21"
layout="topleft" layout="topleft"
...@@ -414,7 +414,7 @@ ...@@ -414,7 +414,7 @@
top_pad="0" top_pad="0"
right="-10" right="-10"
follows="left|top|right" follows="left|top|right"
left_delta="0"/>--> left_delta="0"/>
<text <text
type="string" type="string"
font="SansSerifSmall" font="SansSerifSmall"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment