Skip to content

Commit

Permalink
PR #7648 from Avishag: remove dots 2 control tool tips (DSO-15513)
Browse files Browse the repository at this point in the history
  • Loading branch information
maloel authored Oct 27, 2020
2 parents e5e88ee + 65fcf10 commit adccd69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ds5/ds5-options.h
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ namespace librealsense
virtual bool is_enabled() const override { return true; }
virtual const char* get_description() const override
{
return "Emitter always on mode: 0:disabled(default), 1:enabled.";
return "Emitter always on mode: 0:disabled(default), 1:enabled";
}
virtual void enable_recording(std::function<void(const option &)> record_action) override { _record_action = record_action; }

Expand Down
2 changes: 1 addition & 1 deletion src/global_timestamp_reader.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace librealsense
public:
global_time_option() {}
// TODO: expose this outwards
const char* get_description() const override { return "Enable/Disable global timestamp."; }
const char* get_description() const override { return "Enable/Disable global timestamp"; }
};

class CSample
Expand Down

0 comments on commit adccd69

Please sign in to comment.